Html Css Color HEX #6492EC Cornflower Blue

📋 copy color: '#6492EC'

red 100 ◦ green 146 ◦ blue 236

#6492EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6492EC

Tints of Cornflower Blue #6492EC

RGB

 RED value IS 100 (39.45% from 255) = 20.75%

 GREEN value IS 146 (57.42% from 255) = 30.29%

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 20.75%
G = 30.29%
B = 48.96%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6492EC (or 0x6492EC) is known color: Cornflower Blue. HEX triplet: 64, 92 and EC. RGB value is (100,146,236). Sum of RGB (Red+Green+Blue) = 100+146+236=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #6492EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6492EC is #9B6D13. Grayscale: #8E8E8E. Windows color (decimal): -10186004 or 15503972. OLE color: 15503972.

HSL color Cylindrical-coordinate representation of color #6492EC: hue angle of 219.71º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6492EC is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 146 236 -
CMYK 0.58 0.38 0 0.07
HSL 219.71º 0.78% 0.66% -
HSV(B) 219.71º 0.58% 0.93% -
XYZ 30.67 29.32 83.4 -
YUV 142.51 180.76 97.68 -
System Red Green Blue C M Y K H S L
Decimal 100 146 236 0.58 0.38 0 0.07 219.71 0.78 0.66
Hex 64 92 EC 3A 26 0 7 DC 4E 42
Octal 144 222 354 72 46 0 7 334 116 102
Binary 1100100 10010010 11101100 111010 100110 0 111 11011100 1001110 1000010

Color Harmonies of #6492EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6492EC

Black with #6492EC

Text Example


Text Example

White with #6492EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6492EC; }

 p { color: rgb(100,146,236); }

 H1.HeaderClassName
 {
   color: #6492EC;
 }
 .AnyTagClassName
 {
   color: #6492EC;
 }
</style>

background-color css

<style>
 a { background-color: #6492EC; }

 a { background-color: rgb(100,146,236); }

 div.DivClassName
 {
   background-color: #6492EC;
 }
 .BgClassName
 {
   background-color: #6492EC;
 }
</style>

border-color css

<style>
 span { border-color: #6492EC; }

 span { border-color: rgb(100,146,236); }

 td.TdClassName
 {
   border-color: #6492EC;
 }
 .TagClassName
 {
   border-color: #6492EC;
 }
</style>