Html Css Color HEX #6478FE Cornflower Blue

📋 copy color: '#6478FE'

red 100 ◦ green 120 ◦ blue 254

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

Shades of Cornflower Blue #6478FE

Tints of Cornflower Blue #6478FE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.32%

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

R = 21.1%
G = 25.32%
B = 53.59%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6478FE (or 0x6478FE) is known color: Cornflower Blue. HEX triplet: 64, 78 and FE. RGB value is (100,120,254). Sum of RGB (Red+Green+Blue) = 100+120+254=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #6478FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6478FE is #9B8701. Grayscale: #808080. Windows color (decimal): -10192642 or 16676964. OLE color: 16676964.

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

Color convert

RGB 100 120 254 -
CMYK 0.61 0.53 0 0.00
HSL 232.21º 0.99% 0.69% -
HSV(B) 232.21º 0.61% 1% -
XYZ 29.86 23.3 96.69 -
YUV 129.3 198.37 107.1 -
System Red Green Blue C M Y K H S L
Decimal 100 120 254 0.61 0.53 0 0.00 232.21 0.99 0.69
Hex 64 78 FE 3D 35 0 0 E8 63 45
Octal 144 170 376 75 65 0 0 350 143 105
Binary 1100100 1111000 11111110 111101 110101 0 0 11101000 1100011 1000101

Color Harmonies of #6478FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6478FE

Black with #6478FE

Text Example


Text Example

White with #6478FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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