#869CB6

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

Shades of Rock Blue #869CB6

Tints of Rock Blue #869CB6

Color information

#869CB6 (or 0x869CB6) is unknown color: approx Rock Blue. HEX triplet: 86, 9C and B6. RGB value is (134,156,182). Sum of RGB (Red+Green+Blue) = 134+156+182=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 182 - color contains mainly: blue. Hex color #869CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CB6 is #796349. Grayscale: #989898. Windows color (decimal): -7955274 or 11967622. OLE color: 11967622.

HSL color Cylindrical-coordinate representation of color #869CB6: hue angle of 212.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #869CB6 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB134156182-
CMYK0.260.1400.29
HSL212.5º24.74%61.96%-
HSV(B)212.5º26.37%71.37%-
XYZ30.1632.2248.89-
YUV152.39144.71114.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.39%
GREEN value IS 156 (61.33% from 255) = 33.05%
BLUE value IS 182 (71.48% from 255) = 38.56%
R=28.39%
G=33.05%
B=38.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341561820.260.1400.29212.524.7461.96
Hex869CB61AE01Dd4193e
Octal20623426632160353243176
Binary1000011010011100101101101101011100111011101010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869CB6; }

 p { color: rgb(134,156,182); }

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

<style>
 a { background-color: #869CB6; }

 a { background-color: rgb(134,156,182); }

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

<style>
 span { border-color: #869CB6; }

 span { border-color: rgb(134,156,182); }

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