Html Css Color HEX #6076FA Cornflower Blue

📋 copy color: '#6076FA'

red 96 ◦ green 118 ◦ blue 250

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

Shades of Cornflower Blue #6076FA

Tints of Cornflower Blue #6076FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.43%

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

R = 20.69%
G = 25.43%
B = 53.88%

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

#6076FA (or 0x6076FA) is known color: Cornflower Blue. HEX triplet: 60, 76 and FA. RGB value is (96,118,250). Sum of RGB (Red+Green+Blue) = 96+118+250=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #6076FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6076FA is #9F8905. Grayscale: #7D7D7D. Windows color (decimal): -10455302 or 16414304. OLE color: 16414304.

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

Color convert

RGB 96 118 250 -
CMYK 0.62 0.53 0 0.02
HSL 231.43º 0.94% 0.68% -
HSV(B) 231.43º 0.62% 0.98% -
XYZ 28.56 22.35 93.25 -
YUV 126.47 197.71 106.27 -
System Red Green Blue C M Y K H S L
Decimal 96 118 250 0.62 0.53 0 0.02 231.43 0.94 0.68
Hex 60 76 FA 3E 35 0 2 E7 5E 44
Octal 140 166 372 76 65 0 2 347 136 104
Binary 1100000 1110110 11111010 111110 110101 0 10 11100111 1011110 1000100

Color Harmonies of #6076FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6076FA

Black with #6076FA

Text Example


Text Example

White with #6076FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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