Html Css Color HEX #6095ED Cornflower Blue

📋 copy color: '#6095ED'

red 96 ◦ green 149 ◦ blue 237

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

Shades of Cornflower Blue #6095ED

Tints of Cornflower Blue #6095ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 19.92%
G = 30.91%
B = 49.17%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6095ED (or 0x6095ED) is known color: Cornflower Blue. HEX triplet: 60, 95 and ED. RGB value is (96,149,237). Sum of RGB (Red+Green+Blue) = 96+149+237=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #6095ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6095ED is #9F6A12. Grayscale: #8E8E8E. Windows color (decimal): -10447379 or 15570272. OLE color: 15570272.

HSL color Cylindrical-coordinate representation of color #6095ED: hue angle of 217.45º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6095ED is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 149 237 -
CMYK 0.59 0.37 0 0.07
HSL 217.45º 0.8% 0.65% -
HSV(B) 217.45º 0.59% 0.93% -
XYZ 30.86 30.1 84.3 -
YUV 143.19 180.94 94.34 -
System Red Green Blue C M Y K H S L
Decimal 96 149 237 0.59 0.37 0 0.07 217.45 0.8 0.65
Hex 60 95 ED 3B 25 0 7 D9 50 41
Octal 140 225 355 73 45 0 7 331 120 101
Binary 1100000 10010101 11101101 111011 100101 0 111 11011001 1010000 1000001

Color Harmonies of #6095ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6095ED

Black with #6095ED

Text Example


Text Example

White with #6095ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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