Html Css Color HEX #6479FA Cornflower Blue

📋 copy color: '#6479FA'

red 100 ◦ green 121 ◦ blue 250

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

Shades of Cornflower Blue #6479FA

Tints of Cornflower Blue #6479FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.08%

R = 21.23%
G = 25.69%
B = 53.08%

CMYK

 C value IS 0.6

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6479FA (or 0x6479FA) is known color: Cornflower Blue. HEX triplet: 64, 79 and FA. RGB value is (100,121,250). Sum of RGB (Red+Green+Blue) = 100+121+250=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #6479FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6479FA is #9B8605. Grayscale: #808080. Windows color (decimal): -10192390 or 16415076. OLE color: 16415076.

HSL color Cylindrical-coordinate representation of color #6479FA: hue angle of 231.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6479FA is Cyan = 0.6, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 121 250 -
CMYK 0.6 0.52 0 0.02
HSL 231.6º 0.94% 0.69% -
HSV(B) 231.6º 0.6% 0.98% -
XYZ 29.35 23.29 93.39 -
YUV 129.43 196.04 107.01 -
System Red Green Blue C M Y K H S L
Decimal 100 121 250 0.6 0.52 0 0.02 231.6 0.94 0.69
Hex 64 79 FA 3C 34 0 2 E8 5E 45
Octal 144 171 372 74 64 0 2 350 136 105
Binary 1100100 1111001 11111010 111100 110100 0 10 11101000 1011110 1000101

Color Harmonies of #6479FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6479FA

Black with #6479FA

Text Example


Text Example

White with #6479FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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