#216C69

Color #216C69 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #216C69

Tints of Blue Stone #216C69

Color information

#216C69 (or 0x216C69) is unknown color: approx Blue Stone. HEX triplet: 21, 6C and 69. RGB value is (33,108,105). Sum of RGB (Red+Green+Blue) = 33+108+105=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #216C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C69 is #DE9396. Grayscale: #555555. Windows color (decimal): -14586775 or 6908961. OLE color: 6908961.

HSL color Cylindrical-coordinate representation of color #216C69: hue angle of 177.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216C69 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB33108105-
CMYK0.6900.030.58
HSL177.6º53.19%27.65%-
HSV(B)177.6º69.44%42.35%-
XYZ8.5412.0715.24-
YUV85.23139.1590.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 108 (42.58% from 255) = 43.90%
BLUE value IS 105 (41.41% from 255) = 42.68%
R=13.41%
G=43.90%
B=42.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal331081050.6900.030.58177.653.1927.65
Hex216C6945033Ab2351c
Octal4115415110503722626534
Binary1000011101100110100110001010111110101011001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216C69; }

 p { color: rgb(33,108,105); }

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

<style>
 a { background-color: #216C69; }

 a { background-color: rgb(33,108,105); }

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

<style>
 span { border-color: #216C69; }

 span { border-color: rgb(33,108,105); }

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