Html Css Color HEX #6086EE Cornflower Blue

📋 copy color: '#6086EE'

red 96 ◦ green 134 ◦ blue 238

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

Shades of Cornflower Blue #6086EE

Tints of Cornflower Blue #6086EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 20.51%
G = 28.63%
B = 50.85%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6086EE (or 0x6086EE) is known color: Cornflower Blue. HEX triplet: 60, 86 and EE. RGB value is (96,134,238). Sum of RGB (Red+Green+Blue) = 96+134+238=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #6086EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6086EE is #9F7911. Grayscale: #868686. Windows color (decimal): -10451218 or 15631968. OLE color: 15631968.

HSL color Cylindrical-coordinate representation of color #6086EE: hue angle of 223.94º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6086EE is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 134 238 -
CMYK 0.60 0.44 0 0.07
HSL 223.94º 0.81% 0.65% -
HSV(B) 223.94º 0.6% 0.93% -
XYZ 28.78 25.71 84.33 -
YUV 134.49 186.41 100.54 -
System Red Green Blue C M Y K H S L
Decimal 96 134 238 0.60 0.44 0 0.07 223.94 0.81 0.65
Hex 60 86 EE 3C 2C 0 7 E0 51 41
Octal 140 206 356 74 54 0 7 340 121 101
Binary 1100000 10000110 11101110 111100 101100 0 111 11100000 1010001 1000001

Color Harmonies of #6086EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6086EE

Black with #6086EE

Text Example


Text Example

White with #6086EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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