Html Css Color HEX #06885C Deep Sea

📋 copy color: '#06885C'

red 6 ◦ green 136 ◦ blue 92

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

Shades of Deep Sea #06885C

Tints of Deep Sea #06885C

RGB

 RED value IS 6 (2.73% from 255) = 2.56%

 GREEN value IS 136 (53.52% from 255) = 58.12%

 BLUE value IS 92 (36.33% from 255) = 39.32%

R = 2.56%
G = 58.12%
B = 39.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#06885C (or 0x06885C) is known color: Deep Sea. HEX triplet: 06, 88 and 5C. RGB value is (6,136,92). Sum of RGB (Red+Green+Blue) = 6+136+92=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #06885C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06885C is #F977A3. Grayscale: #5C5C5C. Windows color (decimal): -16349092 or 6064134. OLE color: 6064134.

HSL color Cylindrical-coordinate representation of color #06885C: hue angle of 159.69º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06885C is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 136 92 -
CMYK 0.96 0 0.32 0.47
HSL 159.69º 0.92% 0.28% -
HSV(B) 159.69º 0.96% 0.53% -
XYZ 10.81 18.42 13.11 -
YUV 92.11 127.93 66.58 -
System Red Green Blue C M Y K H S L
Decimal 6 136 92 0.96 0 0.32 0.47 159.69 0.92 0.28
Hex 6 88 5C 60 0 20 2F A0 5C 1C
Octal 6 210 134 140 0 40 57 240 134 34
Binary 110 10001000 1011100 1100000 0 100000 101111 10100000 1011100 11100

Color Harmonies of #06885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06885C

Black with #06885C

Text Example


Text Example

White with #06885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06885C; }

 p { color: rgb(6,136,92); }

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

background-color css

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

 a { background-color: rgb(6,136,92); }

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

border-color css

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

 span { border-color: rgb(6,136,92); }

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