Html Css Color HEX #6081DF Cornflower Blue

📋 copy color: '#6081DF'

red 96 ◦ green 129 ◦ blue 223

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

Shades of Cornflower Blue #6081DF

Tints of Cornflower Blue #6081DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.79%

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 21.43%
G = 28.79%
B = 49.78%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6081DF (or 0x6081DF) is known color: Cornflower Blue. HEX triplet: 60, 81 and DF. RGB value is (96,129,223). Sum of RGB (Red+Green+Blue) = 96+129+223=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #6081DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6081DF is #9F7E20. Grayscale: #818181. Windows color (decimal): -10452513 or 14647648. OLE color: 14647648.

HSL color Cylindrical-coordinate representation of color #6081DF: hue angle of 224.41º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6081DF is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 129 223 -
CMYK 0.57 0.42 0 0.13
HSL 224.41º 0.66% 0.63% -
HSV(B) 224.41º 0.57% 0.87% -
XYZ 25.99 23.52 72.98 -
YUV 129.85 180.57 103.86 -
System Red Green Blue C M Y K H S L
Decimal 96 129 223 0.57 0.42 0 0.13 224.41 0.66 0.63
Hex 60 81 DF 39 2A 0 D E0 42 3F
Octal 140 201 337 71 52 0 15 340 102 77
Binary 1100000 10000001 11011111 111001 101010 0 1101 11100000 1000010 111111

Color Harmonies of #6081DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6081DF

Black with #6081DF

Text Example


Text Example

White with #6081DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6081DF; }

 p { color: rgb(96,129,223); }

 H1.HeaderClassName
 {
   color: #6081DF;
 }
 .AnyTagClassName
 {
   color: #6081DF;
 }
</style>

background-color css

<style>
 a { background-color: #6081DF; }

 a { background-color: rgb(96,129,223); }

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

border-color css

<style>
 span { border-color: #6081DF; }

 span { border-color: rgb(96,129,223); }

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