Html Css Color HEX #6DB7A5 Gulf Stream

📋 copy color: '#6DB7A5'

red 109 ◦ green 183 ◦ blue 165

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

Shades of Gulf Stream #6DB7A5

Tints of Gulf Stream #6DB7A5

RGB

 RED value IS 109 (42.97% from 255) = 23.85%

 GREEN value IS 183 (71.88% from 255) = 40.04%

 BLUE value IS 165 (64.84% from 255) = 36.11%

R = 23.85%
G = 40.04%
B = 36.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#6DB7A5 (or 0x6DB7A5) is known color: Gulf Stream. HEX triplet: 6D, B7 and A5. RGB value is (109,183,165). Sum of RGB (Red+Green+Blue) = 109+183+165=457 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.85% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB7A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB7A5 is #92485A. Grayscale: #9E9E9E. Windows color (decimal): -9586779 or 10860397. OLE color: 10860397.

HSL color Cylindrical-coordinate representation of color #6DB7A5: hue angle of 165.41º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB7A5 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 109 183 165 -
CMYK 0.40 0 0.10 0.28
HSL 165.41º 0.34% 0.57% -
HSV(B) 165.41º 0.4% 0.72% -
XYZ 30.03 39.83 41.7 -
YUV 158.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 109 183 165 0.40 0 0.10 0.28 165.41 0.34 0.57
Hex 6D B7 A5 28 0 A 1C A5 22 39
Octal 155 267 245 50 0 12 34 245 42 71
Binary 1101101 10110111 10100101 101000 0 1010 11100 10100101 100010 111001

Color Harmonies of #6DB7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB7A5

Black with #6DB7A5

Text Example


Text Example

White with #6DB7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DB7A5; }

 p { color: rgb(109,183,165); }

 H1.HeaderClassName
 {
   color: #6DB7A5;
 }
 .AnyTagClassName
 {
   color: #6DB7A5;
 }
</style>

background-color css

<style>
 a { background-color: #6DB7A5; }

 a { background-color: rgb(109,183,165); }

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

border-color css

<style>
 span { border-color: #6DB7A5; }

 span { border-color: rgb(109,183,165); }

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