#969CAF

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

Shades of Rock Blue #969CAF

Tints of Rock Blue #969CAF

Color information

#969CAF (or 0x969CAF) is unknown color: approx Rock Blue. HEX triplet: 96, 9C and AF. RGB value is (150,156,175). Sum of RGB (Red+Green+Blue) = 150+156+175=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #969CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969CAF is #696350. Grayscale: #9C9C9C. Windows color (decimal): -6906705 or 11508886. OLE color: 11508886.

HSL color Cylindrical-coordinate representation of color #969CAF: hue angle of 225.6º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #969CAF is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150156175-
CMYK0.140.1100.31
HSL225.6º13.51%63.73%-
HSV(B)225.6º14.29%68.63%-
XYZ32.233.3645.3-
YUV156.37138.51123.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 156 (61.33% from 255) = 32.43%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=31.19%
G=32.43%
B=36.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501561750.140.1100.31225.613.5163.73
Hex969CAFEB01Fe2e40
Octal226234257161303734216100
Binary100101101001110010101111111010110111111110001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969CAF; }

 p { color: rgb(150,156,175); }

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

<style>
 a { background-color: #969CAF; }

 a { background-color: rgb(150,156,175); }

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

<style>
 span { border-color: #969CAF; }

 span { border-color: rgb(150,156,175); }

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