Html Css Color HEX #0C6066 Blue Stone

📋 copy color: '#0C6066'

red 12 ◦ green 96 ◦ blue 102

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

Shades of Blue Stone #0C6066

Tints of Blue Stone #0C6066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.71%

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

R = 5.71%
G = 45.71%
B = 48.57%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#0C6066 (or 0x0C6066) is known color: Blue Stone. HEX triplet: 0C, 60 and 66. RGB value is (12,96,102). Sum of RGB (Red+Green+Blue) = 12+96+102=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #0C6066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6066 is #F39F99. Grayscale: #474747. Windows color (decimal): -15966106 or 6709260. OLE color: 6709260.

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

Color convert

RGB 12 96 102 -
CMYK 0.88 0.06 0 0.6
HSL 184º 0.79% 0.22% -
HSV(B) 184º 0.88% 0.4% -
XYZ 6.73 9.4 14.03 -
YUV 71.57 145.17 85.51 -
System Red Green Blue C M Y K H S L
Decimal 12 96 102 0.88 0.06 0 0.6 184 0.79 0.22
Hex C 60 66 58 6 0 3C B8 4F 16
Octal 14 140 146 130 6 0 74 270 117 26
Binary 1100 1100000 1100110 1011000 110 0 111100 10111000 1001111 10110

Color Harmonies of #0C6066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6066

Black with #0C6066

Text Example


Text Example

White with #0C6066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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