#6095A3

Color #6095A3 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #6095A3

Tints of Cadet Blue #6095A3

Color information

#6095A3 (or 0x6095A3) is unknown color: approx Cadet Blue. HEX triplet: 60, 95 and A3. RGB value is (96,149,163). Sum of RGB (Red+Green+Blue) = 96+149+163=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 163 - color contains mainly: blue. Hex color #6095A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6095A3 is #9F6A5C. Grayscale: #868686. Windows color (decimal): -10447453 or 10720608. OLE color: 10720608.

HSL color Cylindrical-coordinate representation of color #6095A3: hue angle of 192.54º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6095A3 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB96149163-
CMYK0.410.0900.36
HSL192.54º26.69%50.78%-
HSV(B)192.54º41.1%63.92%-
XYZ22.1826.6338.62-
YUV134.75143.94100.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.53%
GREEN value IS 149 (58.59% from 255) = 36.52%
BLUE value IS 163 (64.06% from 255) = 39.95%
R=23.53%
G=36.52%
B=39.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961491630.410.0900.36192.5426.6950.78
Hex6095A3299024c11b33
Octal14022524351110443013363
Binary11000001001010110100011101001100101001001100000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6095A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6095A3;
 }
 .AnyTagClassName
 {
   color: #6095A3;
 }
</style>
background-color css

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

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

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

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

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

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