Html Css Color HEX #06875C Deep Sea

📋 copy color: '#06875C'

red 6 ◦ green 135 ◦ blue 92

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

Shades of Deep Sea #06875C

Tints of Deep Sea #06875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 57.94%

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

R = 2.58%
G = 57.94%
B = 39.48%

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

#06875C (or 0x06875C) is known color: Deep Sea. HEX triplet: 06, 87 and 5C. RGB value is (6,135,92). Sum of RGB (Red+Green+Blue) = 6+135+92=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #06875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06875C is #F978A3. Grayscale: #5B5B5B. Windows color (decimal): -16349348 or 6063878. OLE color: 6063878.

HSL color Cylindrical-coordinate representation of color #06875C: hue angle of 160º degrees, saturation: 0.91, 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 #06875C is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 135 92 -
CMYK 0.96 0 0.32 0.47
HSL 160º 0.91% 0.28% -
HSV(B) 160º 0.96% 0.53% -
XYZ 10.67 18.14 13.06 -
YUV 91.53 128.26 67 -
System Red Green Blue C M Y K H S L
Decimal 6 135 92 0.96 0 0.32 0.47 160 0.91 0.28
Hex 6 87 5C 60 0 20 2F A0 5B 1C
Octal 6 207 134 140 0 40 57 240 133 34
Binary 110 10000111 1011100 1100000 0 100000 101111 10100000 1011011 11100

Color Harmonies of #06875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06875C

Black with #06875C

Text Example


Text Example

White with #06875C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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