Html Css Color HEX #6095EE Cornflower Blue

📋 copy color: '#6095EE'

red 96 ◦ green 149 ◦ blue 238

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

Shades of Cornflower Blue #6095EE

Tints of Cornflower Blue #6095EE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.85%

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

R = 19.88%
G = 30.85%
B = 49.28%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6095EE (or 0x6095EE) is known color: Cornflower Blue. HEX triplet: 60, 95 and EE. RGB value is (96,149,238). Sum of RGB (Red+Green+Blue) = 96+149+238=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #6095EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6095EE is #9F6A11. Grayscale: #8E8E8E. Windows color (decimal): -10447378 or 15635808. OLE color: 15635808.

HSL color Cylindrical-coordinate representation of color #6095EE: hue angle of 217.61º 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 #6095EE is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 149 238 -
CMYK 0.60 0.37 0 0.07
HSL 217.61º 0.81% 0.65% -
HSV(B) 217.61º 0.6% 0.93% -
XYZ 31 30.15 85.08 -
YUV 143.3 181.44 94.26 -
System Red Green Blue C M Y K H S L
Decimal 96 149 238 0.60 0.37 0 0.07 217.61 0.81 0.65
Hex 60 95 EE 3C 25 0 7 DA 51 41
Octal 140 225 356 74 45 0 7 332 121 101
Binary 1100000 10010101 11101110 111100 100101 0 111 11011010 1010001 1000001

Color Harmonies of #6095EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6095EE

Black with #6095EE

Text Example


Text Example

White with #6095EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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