Html Css Color HEX #6479FE Cornflower Blue

📋 copy color: '#6479FE'

red 100 ◦ green 121 ◦ blue 254

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

Shades of Cornflower Blue #6479FE

Tints of Cornflower Blue #6479FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 21.05%
G = 25.47%
B = 53.47%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6479FE (or 0x6479FE) is known color: Cornflower Blue. HEX triplet: 64, 79 and FE. RGB value is (100,121,254). Sum of RGB (Red+Green+Blue) = 100+121+254=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #6479FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6479FE is #9B8601. Grayscale: #818181. Windows color (decimal): -10192386 or 16677220. OLE color: 16677220.

HSL color Cylindrical-coordinate representation of color #6479FE: hue angle of 231.82º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6479FE is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 121 254 -
CMYK 0.61 0.52 0 0.00
HSL 231.82º 0.99% 0.69% -
HSV(B) 231.82º 0.61% 1% -
XYZ 29.98 23.54 96.73 -
YUV 129.88 198.04 106.69 -
System Red Green Blue C M Y K H S L
Decimal 100 121 254 0.61 0.52 0 0.00 231.82 0.99 0.69
Hex 64 79 FE 3D 34 0 0 E8 63 45
Octal 144 171 376 75 64 0 0 350 143 105
Binary 1100100 1111001 11111110 111101 110100 0 0 11101000 1100011 1000101

Color Harmonies of #6479FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6479FE

Black with #6479FE

Text Example


Text Example

White with #6479FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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