Html Css Color HEX #106366 Blue Stone

📋 copy color: '#106366'

red 16 ◦ green 99 ◦ blue 102

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

Shades of Blue Stone #106366

Tints of Blue Stone #106366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.62%

 BLUE value IS 102 (40.23% from 255) = 47%

R = 7.37%
G = 45.62%
B = 47%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#106366 (or 0x106366) is known color: Blue Stone. HEX triplet: 10, 63 and 66. RGB value is (16,99,102). Sum of RGB (Red+Green+Blue) = 16+99+102=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #106366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106366 is #EF9C99. Grayscale: #4A4A4A. Windows color (decimal): -15703194 or 6710032. OLE color: 6710032.

HSL color Cylindrical-coordinate representation of color #106366: hue angle of 182.09º 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 #106366 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 99 102 -
CMYK 0.84 0.03 0 0.6
HSL 182.09º 0.73% 0.23% -
HSV(B) 182.09º 0.84% 0.4% -
XYZ 7.07 9.99 14.13 -
YUV 74.53 143.5 86.26 -
System Red Green Blue C M Y K H S L
Decimal 16 99 102 0.84 0.03 0 0.6 182.09 0.73 0.23
Hex 10 63 66 54 3 0 3C B6 49 17
Octal 20 143 146 124 3 0 74 266 111 27
Binary 10000 1100011 1100110 1010100 11 0 111100 10110110 1001001 10111

Color Harmonies of #106366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106366

Black with #106366

Text Example


Text Example

White with #106366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106366; }

 p { color: rgb(16,99,102); }

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

background-color css

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

 a { background-color: rgb(16,99,102); }

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

border-color css

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

 span { border-color: rgb(16,99,102); }

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