Html Css Color HEX #096B69 Blue Stone

📋 copy color: '#096B69'

red 9 ◦ green 107 ◦ blue 105

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

Shades of Blue Stone #096B69

Tints of Blue Stone #096B69

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.42%

 BLUE value IS 105 (41.41% from 255) = 47.51%

R = 4.07%
G = 48.42%
B = 47.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#096B69 (or 0x096B69) is known color: Blue Stone. HEX triplet: 09, 6B and 69. RGB value is (9,107,105). Sum of RGB (Red+Green+Blue) = 9+107+105=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 107 - color contains mainly: green. Hex color #096B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B69 is #F69496. Grayscale: #4D4D4D. Windows color (decimal): -16159895 or 6908681. OLE color: 6908681.

HSL color Cylindrical-coordinate representation of color #096B69: hue angle of 178.78º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B69 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 107 105 -
CMYK 0.92 0 0.02 0.58
HSL 178.78º 0.84% 0.23% -
HSV(B) 178.78º 0.92% 0.42% -
XYZ 7.92 11.59 15.18 -
YUV 77.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 9 107 105 0.92 0 0.02 0.58 178.78 0.84 0.23
Hex 9 6B 69 5C 0 2 3A B3 54 17
Octal 11 153 151 134 0 2 72 263 124 27
Binary 1001 1101011 1101001 1011100 0 10 111010 10110011 1010100 10111

Color Harmonies of #096B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B69

Black with #096B69

Text Example


Text Example

White with #096B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096B69; }

 p { color: rgb(9,107,105); }

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

background-color css

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

 a { background-color: rgb(9,107,105); }

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

border-color css

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

 span { border-color: rgb(9,107,105); }

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