Html Css Color HEX #6DB9AF Gulf Stream

📋 copy color: '#6DB9AF'

red 109 ◦ green 185 ◦ blue 175

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

Shades of Gulf Stream #6DB9AF

Tints of Gulf Stream #6DB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.45%

 BLUE value IS 175 (68.75% from 255) = 37.31%

R = 23.24%
G = 39.45%
B = 37.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#6DB9AF (or 0x6DB9AF) is known color: Gulf Stream. HEX triplet: 6D, B9 and AF. RGB value is (109,185,175). Sum of RGB (Red+Green+Blue) = 109+185+175=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB9AF is #924650. Grayscale: #A1A1A1. Windows color (decimal): -9586257 or 11516269. OLE color: 11516269.

HSL color Cylindrical-coordinate representation of color #6DB9AF: hue angle of 172.11º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DB9AF is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 185 175 -
CMYK 0.41 0 0.05 0.27
HSL 172.11º 0.35% 0.58% -
HSV(B) 172.11º 0.41% 0.73% -
XYZ 31.39 41.04 46.83 -
YUV 161.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 109 185 175 0.41 0 0.05 0.27 172.11 0.35 0.58
Hex 6D B9 AF 29 0 5 1B AC 23 3A
Octal 155 271 257 51 0 5 33 254 43 72
Binary 1101101 10111001 10101111 101001 0 101 11011 10101100 100011 111010

Color Harmonies of #6DB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB9AF

Black with #6DB9AF

Text Example


Text Example

White with #6DB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,185,175); }

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

background-color css

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

 a { background-color: rgb(109,185,175); }

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

border-color css

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

 span { border-color: rgb(109,185,175); }

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