Html Css Color HEX #6077FA Cornflower Blue

📋 copy color: '#6077FA'

red 96 ◦ green 119 ◦ blue 250

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

Shades of Cornflower Blue #6077FA

Tints of Cornflower Blue #6077FA

RGB

 RED value IS 96 (37.89% from 255) = 20.65%

 GREEN value IS 119 (46.88% from 255) = 25.59%

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

R = 20.65%
G = 25.59%
B = 53.76%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6077FA (or 0x6077FA) is known color: Cornflower Blue. HEX triplet: 60, 77 and FA. RGB value is (96,119,250). Sum of RGB (Red+Green+Blue) = 96+119+250=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #6077FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6077FA is #9F8805. Grayscale: #7E7E7E. Windows color (decimal): -10455046 or 16414560. OLE color: 16414560.

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

Color convert

RGB 96 119 250 -
CMYK 0.62 0.52 0 0.02
HSL 231.04º 0.94% 0.68% -
HSV(B) 231.04º 0.62% 0.98% -
XYZ 28.68 22.58 93.29 -
YUV 127.06 197.38 105.85 -
System Red Green Blue C M Y K H S L
Decimal 96 119 250 0.62 0.52 0 0.02 231.04 0.94 0.68
Hex 60 77 FA 3E 34 0 2 E7 5E 44
Octal 140 167 372 76 64 0 2 347 136 104
Binary 1100000 1110111 11111010 111110 110100 0 10 11100111 1011110 1000100

Color Harmonies of #6077FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6077FA

Black with #6077FA

Text Example


Text Example

White with #6077FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,119,250); }

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

background-color css

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

 a { background-color: rgb(96,119,250); }

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

border-color css

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

 span { border-color: rgb(96,119,250); }

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