Html Css Color HEX #6492FF Cornflower Blue

📋 copy color: '#6492FF'

red 100 ◦ green 146 ◦ blue 255

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

Shades of Cornflower Blue #6492FF

Tints of Cornflower Blue #6492FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 19.96%
G = 29.14%
B = 50.9%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6492FF (or 0x6492FF) is known color: Cornflower Blue. HEX triplet: 64, 92 and FF. RGB value is (100,146,255). Sum of RGB (Red+Green+Blue) = 100+146+255=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #6492FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6492FF is #9B6D00. Grayscale: #909090. Windows color (decimal): -10185985 or 16749156. OLE color: 16749156.

HSL color Cylindrical-coordinate representation of color #6492FF: hue angle of 222.19º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6492FF is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 146 255 -
CMYK 0.61 0.43 0 0
HSL 222.19º 1% 0.7% -
HSV(B) 222.19º 0.61% 1% -
XYZ 33.58 30.49 98.72 -
YUV 144.67 190.26 96.14 -
System Red Green Blue C M Y K H S L
Decimal 100 146 255 0.61 0.43 0 0 222.19 1 0.7
Hex 64 92 FF 3D 2B 0 0 DE 64 46
Octal 144 222 377 75 53 0 0 336 144 106
Binary 1100100 10010010 11111111 111101 101011 0 0 11011110 1100100 1000110

Color Harmonies of #6492FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6492FF

Black with #6492FF

Text Example


Text Example

White with #6492FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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