Html Css Color HEX #6479FF Cornflower Blue

📋 copy color: '#6479FF'

red 100 ◦ green 121 ◦ blue 255

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

Shades of Cornflower Blue #6479FF

Tints of Cornflower Blue #6479FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.42%

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

R = 21.01%
G = 25.42%
B = 53.57%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6479FF (or 0x6479FF) is known color: Cornflower Blue. HEX triplet: 64, 79 and FF. RGB value is (100,121,255). Sum of RGB (Red+Green+Blue) = 100+121+255=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #6479FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6479FF is #9B8600. Grayscale: #818181. Windows color (decimal): -10192385 or 16742756. OLE color: 16742756.

HSL color Cylindrical-coordinate representation of color #6479FF: hue angle of 231.87º 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 #6479FF is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 121 255 -
CMYK 0.61 0.53 0 0
HSL 231.87º 1% 0.7% -
HSV(B) 231.87º 0.61% 1% -
XYZ 30.14 23.6 97.58 -
YUV 130 198.54 106.6 -
System Red Green Blue C M Y K H S L
Decimal 100 121 255 0.61 0.53 0 0 231.87 1 0.7
Hex 64 79 FF 3D 35 0 0 E8 64 46
Octal 144 171 377 75 65 0 0 350 144 106
Binary 1100100 1111001 11111111 111101 110101 0 0 11101000 1100100 1000110

Color Harmonies of #6479FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6479FF

Black with #6479FF

Text Example


Text Example

White with #6479FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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