Html Css Color HEX #096766 Blue Stone

📋 copy color: '#096766'

red 9 ◦ green 103 ◦ blue 102

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

Shades of Blue Stone #096766

Tints of Blue Stone #096766

RGB

 RED value IS 9 (3.91% from 255) = 4.21%

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

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

R = 4.21%
G = 48.13%
B = 47.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#096766 (or 0x096766) is known color: Blue Stone. HEX triplet: 09, 67 and 66. RGB value is (9,103,102). Sum of RGB (Red+Green+Blue) = 9+103+102=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #096766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096766 is #F69899. Grayscale: #4A4A4A. Windows color (decimal): -16160922 or 6711049. OLE color: 6711049.

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

Color convert

RGB 9 103 102 -
CMYK 0.91 0 0.01 0.60
HSL 179.36º 0.84% 0.22% -
HSV(B) 179.36º 0.91% 0.4% -
XYZ 7.36 10.72 14.25 -
YUV 74.78 143.36 81.08 -
System Red Green Blue C M Y K H S L
Decimal 9 103 102 0.91 0 0.01 0.60 179.36 0.84 0.22
Hex 9 67 66 5B 0 1 3C B3 54 16
Octal 11 147 146 133 0 1 74 263 124 26
Binary 1001 1100111 1100110 1011011 0 1 111100 10110011 1010100 10110

Color Harmonies of #096766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096766

Black with #096766

Text Example


Text Example

White with #096766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096766; }

 p { color: rgb(9,103,102); }

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

background-color css

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

 a { background-color: rgb(9,103,102); }

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

border-color css

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

 span { border-color: rgb(9,103,102); }

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