#216F68

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

Shades of Blue Stone #216F68

Tints of Blue Stone #216F68

Color information

#216F68 (or 0x216F68) is unknown color: approx Blue Stone. HEX triplet: 21, 6F and 68. RGB value is (33,111,104). Sum of RGB (Red+Green+Blue) = 33+111+104=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #216F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216F68 is #DE9097. Grayscale: #565656. Windows color (decimal): -14586008 or 6844193. OLE color: 6844193.

HSL color Cylindrical-coordinate representation of color #216F68: hue angle of 174.62º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216F68 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB33111104-
CMYK0.7000.060.56
HSL174.62º54.17%28.24%-
HSV(B)174.62º70.27%43.53%-
XYZ8.8112.6915.08-
YUV86.88137.6689.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.31%
GREEN value IS 111 (43.75% from 255) = 44.76%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=13.31%
G=44.76%
B=41.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331111040.7000.060.56174.6254.1728.24
Hex216F68460638af361c
Octal4115715010606702576634
Binary10000111011111101000100011001101110001010111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,111,104); }

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

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

 a { background-color: rgb(33,111,104); }

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

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

 span { border-color: rgb(33,111,104); }

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