Html Css Color HEX #6086DF Cornflower Blue

📋 copy color: '#6086DF'

red 96 ◦ green 134 ◦ blue 223

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

Shades of Cornflower Blue #6086DF

Tints of Cornflower Blue #6086DF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.58%

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

R = 21.19%
G = 29.58%
B = 49.23%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6086DF (or 0x6086DF) is known color: Cornflower Blue. HEX triplet: 60, 86 and DF. RGB value is (96,134,223). Sum of RGB (Red+Green+Blue) = 96+134+223=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #6086DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6086DF is #9F7920. Grayscale: #848484. Windows color (decimal): -10451233 or 14648928. OLE color: 14648928.

HSL color Cylindrical-coordinate representation of color #6086DF: hue angle of 222.05º 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 #6086DF is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 134 223 -
CMYK 0.57 0.40 0 0.13
HSL 222.05º 0.66% 0.63% -
HSV(B) 222.05º 0.57% 0.87% -
XYZ 26.67 24.86 73.21 -
YUV 132.78 178.91 101.76 -
System Red Green Blue C M Y K H S L
Decimal 96 134 223 0.57 0.40 0 0.13 222.05 0.66 0.63
Hex 60 86 DF 39 28 0 D DE 42 3F
Octal 140 206 337 71 50 0 15 336 102 77
Binary 1100000 10000110 11011111 111001 101000 0 1101 11011110 1000010 111111

Color Harmonies of #6086DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6086DF

Black with #6086DF

Text Example


Text Example

White with #6086DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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