Html Css Color HEX #216C63 Blue Stone

📋 copy color: '#216C63'

red 33 ◦ green 108 ◦ blue 99

#216C63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #216C63

Tints of Blue Stone #216C63

RGB

 RED value IS 33 (13.28% from 255) = 13.75%

 GREEN value IS 108 (42.58% from 255) = 45%

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 13.75%
G = 45%
B = 41.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#216C63 (or 0x216C63) is known color: Blue Stone. HEX triplet: 21, 6C and 63. RGB value is (33,108,99). Sum of RGB (Red+Green+Blue) = 33+108+99=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #216C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C63 is #DE939C. Grayscale: #545454. Windows color (decimal): -14586781 or 6515745. OLE color: 6515745.

HSL color Cylindrical-coordinate representation of color #216C63: hue angle of 172.8º 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 #216C63 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 108 99 -
CMYK 0.69 0 0.08 0.58
HSL 172.8º 0.53% 0.28% -
HSV(B) 172.8º 0.69% 0.42% -
XYZ 8.24 11.95 13.68 -
YUV 84.55 136.15 91.23 -
System Red Green Blue C M Y K H S L
Decimal 33 108 99 0.69 0 0.08 0.58 172.8 0.53 0.28
Hex 21 6C 63 45 0 8 3A AD 35 1C
Octal 41 154 143 105 0 10 72 255 65 34
Binary 100001 1101100 1100011 1000101 0 1000 111010 10101101 110101 11100

Color Harmonies of #216C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216C63

Black with #216C63

Text Example


Text Example

White with #216C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #216C63;
 }
 .AnyTagClassName
 {
   color: #216C63;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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