Html Css Color HEX #6077FB Cornflower Blue

📋 copy color: '#6077FB'

red 96 ◦ green 119 ◦ blue 251

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

Shades of Cornflower Blue #6077FB

Tints of Cornflower Blue #6077FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.86%

R = 20.6%
G = 25.54%
B = 53.86%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6077FB (or 0x6077FB) is known color: Cornflower Blue. HEX triplet: 60, 77 and FB. RGB value is (96,119,251). Sum of RGB (Red+Green+Blue) = 96+119+251=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #6077FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6077FB is #9F8804. Grayscale: #7E7E7E. Windows color (decimal): -10455045 or 16480096. OLE color: 16480096.

HSL color Cylindrical-coordinate representation of color #6077FB: hue angle of 231.1º degrees, saturation: 0.95, 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 #6077FB is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 119 251 -
CMYK 0.62 0.53 0 0.02
HSL 231.1º 0.95% 0.68% -
HSV(B) 231.1º 0.62% 0.98% -
XYZ 28.83 22.65 94.12 -
YUV 127.17 197.88 105.77 -
System Red Green Blue C M Y K H S L
Decimal 96 119 251 0.62 0.53 0 0.02 231.1 0.95 0.68
Hex 60 77 FB 3E 35 0 2 E7 5F 44
Octal 140 167 373 76 65 0 2 347 137 104
Binary 1100000 1110111 11111011 111110 110101 0 10 11100111 1011111 1000100

Color Harmonies of #6077FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6077FB

Black with #6077FB

Text Example


Text Example

White with #6077FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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