Html Css Color HEX #106764 Blue Stone

📋 copy color: '#106764'

red 16 ◦ green 103 ◦ blue 100

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

Shades of Blue Stone #106764

Tints of Blue Stone #106764

RGB

 RED value IS 16 (6.64% from 255) = 7.31%

 GREEN value IS 103 (40.63% from 255) = 47.03%

 BLUE value IS 100 (39.45% from 255) = 45.66%

R = 7.31%
G = 47.03%
B = 45.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#106764 (or 0x106764) is known color: Blue Stone. HEX triplet: 10, 67 and 64. RGB value is (16,103,100). Sum of RGB (Red+Green+Blue) = 16+103+100=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 103 - color contains mainly: green. Hex color #106764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106764 is #EF989B. Grayscale: #4C4C4C. Windows color (decimal): -15702172 or 6579984. OLE color: 6579984.

HSL color Cylindrical-coordinate representation of color #106764: hue angle of 177.93º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106764 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 103 100 -
CMYK 0.84 0 0.03 0.60
HSL 177.93º 0.73% 0.23% -
HSV(B) 177.93º 0.84% 0.4% -
XYZ 7.36 10.73 13.74 -
YUV 76.65 141.18 84.74 -
System Red Green Blue C M Y K H S L
Decimal 16 103 100 0.84 0 0.03 0.60 177.93 0.73 0.23
Hex 10 67 64 54 0 3 3C B2 49 17
Octal 20 147 144 124 0 3 74 262 111 27
Binary 10000 1100111 1100100 1010100 0 11 111100 10110010 1001001 10111

Color Harmonies of #106764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106764

Black with #106764

Text Example


Text Example

White with #106764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106764; }

 p { color: rgb(16,103,100); }

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

background-color css

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

 a { background-color: rgb(16,103,100); }

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

border-color css

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

 span { border-color: rgb(16,103,100); }

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