Html Css Color HEX #6478FA Cornflower Blue

📋 copy color: '#6478FA'

red 100 ◦ green 120 ◦ blue 250

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

Shades of Cornflower Blue #6478FA

Tints of Cornflower Blue #6478FA

RGB

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

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

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

R = 21.28%
G = 25.53%
B = 53.19%

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

#6478FA (or 0x6478FA) is known color: Cornflower Blue. HEX triplet: 64, 78 and FA. RGB value is (100,120,250). Sum of RGB (Red+Green+Blue) = 100+120+250=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #6478FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6478FA is #9B8705. Grayscale: #808080. Windows color (decimal): -10192646 or 16414820. OLE color: 16414820.

HSL color Cylindrical-coordinate representation of color #6478FA: hue angle of 232º 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 #6478FA is Cyan = 0.6, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 120 250 -
CMYK 0.6 0.52 0 0.02
HSL 232º 0.94% 0.69% -
HSV(B) 232º 0.6% 0.98% -
XYZ 29.23 23.04 93.35 -
YUV 128.84 196.37 107.43 -
System Red Green Blue C M Y K H S L
Decimal 100 120 250 0.6 0.52 0 0.02 232 0.94 0.69
Hex 64 78 FA 3C 34 0 2 E8 5E 45
Octal 144 170 372 74 64 0 2 350 136 105
Binary 1100100 1111000 11111010 111100 110100 0 10 11101000 1011110 1000101

Color Harmonies of #6478FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6478FA

Black with #6478FA

Text Example


Text Example

White with #6478FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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