Html Css Color HEX #06895D Deep Sea

📋 copy color: '#06895D'

red 6 ◦ green 137 ◦ blue 93

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

Shades of Deep Sea #06895D

Tints of Deep Sea #06895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 58.05%

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

R = 2.54%
G = 58.05%
B = 39.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#06895D (or 0x06895D) is known color: Deep Sea. HEX triplet: 06, 89 and 5D. RGB value is (6,137,93). Sum of RGB (Red+Green+Blue) = 6+137+93=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #06895D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06895D is #F976A2. Grayscale: #5C5C5C. Windows color (decimal): -16348835 or 6129926. OLE color: 6129926.

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

Color convert

RGB 6 137 93 -
CMYK 0.96 0 0.32 0.46
HSL 159.85º 0.92% 0.28% -
HSV(B) 159.85º 0.96% 0.54% -
XYZ 11 18.72 13.39 -
YUV 92.82 128.1 66.08 -
System Red Green Blue C M Y K H S L
Decimal 6 137 93 0.96 0 0.32 0.46 159.85 0.92 0.28
Hex 6 89 5D 60 0 20 2E A0 5C 1C
Octal 6 211 135 140 0 40 56 240 134 34
Binary 110 10001001 1011101 1100000 0 100000 101110 10100000 1011100 11100

Color Harmonies of #06895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06895D

Black with #06895D

Text Example


Text Example

White with #06895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06895D; }

 p { color: rgb(6,137,93); }

 H1.HeaderClassName
 {
   color: #06895D;
 }
 .AnyTagClassName
 {
   color: #06895D;
 }
</style>

background-color css

<style>
 a { background-color: #06895D; }

 a { background-color: rgb(6,137,93); }

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

border-color css

<style>
 span { border-color: #06895D; }

 span { border-color: rgb(6,137,93); }

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