#95A0C6

Color #95A0C6 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #95A0C6

Tints of Rock Blue #95A0C6

Color information

#95A0C6 (or 0x95A0C6) is unknown color: approx Rock Blue. HEX triplet: 95, A0 and C6. RGB value is (149,160,198). Sum of RGB (Red+Green+Blue) = 149+160+198=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #95A0C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A0C6 is #6A5F39. Grayscale: #A0A0A0. Windows color (decimal): -6971194 or 13017237. OLE color: 13017237.

HSL color Cylindrical-coordinate representation of color #95A0C6: hue angle of 226.53º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95A0C6 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB149160198-
CMYK0.250.1900.22
HSL226.53º30.06%68.04%-
HSV(B)226.53º24.75%77.65%-
XYZ35.1635.6158.45-
YUV161.04148.86119.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.39%
GREEN value IS 160 (62.89% from 255) = 31.56%
BLUE value IS 198 (77.73% from 255) = 39.05%
R=29.39%
G=31.56%
B=39.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491601980.250.1900.22226.5330.0668.04
Hex95A0C61913016e31e44
Octal225240306312302634336104
Binary100101011010000011000110110011001101011011100011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A0C6; }

 p { color: rgb(149,160,198); }

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

<style>
 a { background-color: #95A0C6; }

 a { background-color: rgb(149,160,198); }

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

<style>
 span { border-color: #95A0C6; }

 span { border-color: rgb(149,160,198); }

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