Html Css Color HEX #0C665D Blue Stone

📋 copy color: '#0C665D'

red 12 ◦ green 102 ◦ blue 93

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

Shades of Blue Stone #0C665D

Tints of Blue Stone #0C665D

RGB

 RED value IS 12 (5.08% from 255) = 5.8%

 GREEN value IS 102 (40.23% from 255) = 49.28%

 BLUE value IS 93 (36.72% from 255) = 44.93%

R = 5.8%
G = 49.28%
B = 44.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#0C665D (or 0x0C665D) is known color: Blue Stone. HEX triplet: 0C, 66 and 5D. RGB value is (12,102,93). Sum of RGB (Red+Green+Blue) = 12+102+93=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #0C665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C665D is #F399A2. Grayscale: #4A4A4A. Windows color (decimal): -15964579 or 6120972. OLE color: 6120972.

HSL color Cylindrical-coordinate representation of color #0C665D: hue angle of 174º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C665D is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 12 102 93 -
CMYK 0.88 0 0.09 0.6
HSL 174º 0.79% 0.22% -
HSV(B) 174º 0.88% 0.4% -
XYZ 6.88 10.37 12 -
YUV 74.06 138.68 83.73 -
System Red Green Blue C M Y K H S L
Decimal 12 102 93 0.88 0 0.09 0.6 174 0.79 0.22
Hex C 66 5D 58 0 9 3C AE 4F 16
Octal 14 146 135 130 0 11 74 256 117 26
Binary 1100 1100110 1011101 1011000 0 1001 111100 10101110 1001111 10110

Color Harmonies of #0C665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C665D

Black with #0C665D

Text Example


Text Example

White with #0C665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C665D; }

 p { color: rgb(12,102,93); }

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

background-color css

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

 a { background-color: rgb(12,102,93); }

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

border-color css

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

 span { border-color: rgb(12,102,93); }

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