Html Css Color HEX #06885B Deep Sea

📋 copy color: '#06885B'

red 6 ◦ green 136 ◦ blue 91

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

Shades of Deep Sea #06885B

Tints of Deep Sea #06885B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.06%

R = 2.58%
G = 58.37%
B = 39.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#06885B (or 0x06885B) is known color: Deep Sea. HEX triplet: 06, 88 and 5B. RGB value is (6,136,91). Sum of RGB (Red+Green+Blue) = 6+136+91=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #06885B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06885B is #F977A4. Grayscale: #5C5C5C. Windows color (decimal): -16349093 or 5998598. OLE color: 5998598.

HSL color Cylindrical-coordinate representation of color #06885B: hue angle of 159.23º 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 #06885B is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 136 91 -
CMYK 0.96 0 0.33 0.47
HSL 159.23º 0.92% 0.28% -
HSV(B) 159.23º 0.96% 0.53% -
XYZ 10.77 18.4 12.88 -
YUV 92 127.43 66.66 -
System Red Green Blue C M Y K H S L
Decimal 6 136 91 0.96 0 0.33 0.47 159.23 0.92 0.28
Hex 6 88 5B 60 0 21 2F 9F 5C 1C
Octal 6 210 133 140 0 41 57 237 134 34
Binary 110 10001000 1011011 1100000 0 100001 101111 10011111 1011100 11100

Color Harmonies of #06885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06885B

Black with #06885B

Text Example


Text Example

White with #06885B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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