Html Css Color HEX #6095DF Cornflower Blue

📋 copy color: '#6095DF'

red 96 ◦ green 149 ◦ blue 223

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

Shades of Cornflower Blue #6095DF

Tints of Cornflower Blue #6095DF

RGB

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

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

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

R = 20.51%
G = 31.84%
B = 47.65%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6095DF (or 0x6095DF) is known color: Cornflower Blue. HEX triplet: 60, 95 and DF. RGB value is (96,149,223). Sum of RGB (Red+Green+Blue) = 96+149+223=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #6095DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6095DF is #9F6A20. Grayscale: #8D8D8D. Windows color (decimal): -10447393 or 14652768. OLE color: 14652768.

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

Color convert

RGB 96 149 223 -
CMYK 0.57 0.33 0 0.13
HSL 214.96º 0.66% 0.63% -
HSV(B) 214.96º 0.57% 0.87% -
XYZ 28.89 29.31 73.95 -
YUV 141.59 173.94 95.48 -
System Red Green Blue C M Y K H S L
Decimal 96 149 223 0.57 0.33 0 0.13 214.96 0.66 0.63
Hex 60 95 DF 39 21 0 D D7 42 3F
Octal 140 225 337 71 41 0 15 327 102 77
Binary 1100000 10010101 11011111 111001 100001 0 1101 11010111 1000010 111111

Color Harmonies of #6095DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6095DF

Black with #6095DF

Text Example


Text Example

White with #6095DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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