Html Css Color HEX #6578FA Cornflower Blue

📋 copy color: '#6578FA'

red 101 ◦ green 120 ◦ blue 250

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

Shades of Cornflower Blue #6578FA

Tints of Cornflower Blue #6578FA

RGB

 RED value IS 101 (39.84% from 255) = 21.44%

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

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

R = 21.44%
G = 25.48%
B = 53.08%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6578FA (or 0x6578FA) is known color: Cornflower Blue. HEX triplet: 65, 78 and FA. RGB value is (101,120,250). Sum of RGB (Red+Green+Blue) = 101+120+250=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 120 (47.27% from 255 or 25.48% 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 #6578FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6578FA is #9A8705. Grayscale: #808080. Windows color (decimal): -10127110 or 16414821. OLE color: 16414821.

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

Color convert

RGB 101 120 250 -
CMYK 0.60 0.52 0 0.02
HSL 232.35º 0.94% 0.69% -
HSV(B) 232.35º 0.6% 0.98% -
XYZ 29.34 23.1 93.36 -
YUV 129.14 196.21 107.93 -
System Red Green Blue C M Y K H S L
Decimal 101 120 250 0.60 0.52 0 0.02 232.35 0.94 0.69
Hex 65 78 FA 3C 34 0 2 E8 5E 45
Octal 145 170 372 74 64 0 2 350 136 105
Binary 1100101 1111000 11111010 111100 110100 0 10 11101000 1011110 1000101

Color Harmonies of #6578FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6578FA

Black with #6578FA

Text Example


Text Example

White with #6578FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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