Html Css Color HEX #6DBDAE Gulf Stream

📋 copy color: '#6DBDAE'

red 109 ◦ green 189 ◦ blue 174

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

Shades of Gulf Stream #6DBDAE

Tints of Gulf Stream #6DBDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.04%

 BLUE value IS 174 (68.36% from 255) = 36.86%

R = 23.09%
G = 40.04%
B = 36.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#6DBDAE (or 0x6DBDAE) is known color: Gulf Stream. HEX triplet: 6D, BD and AE. RGB value is (109,189,174). Sum of RGB (Red+Green+Blue) = 109+189+174=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBDAE is #924251. Grayscale: #A3A3A3. Windows color (decimal): -9585234 or 11451757. OLE color: 11451757.

HSL color Cylindrical-coordinate representation of color #6DBDAE: hue angle of 168.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBDAE is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 189 174 -
CMYK 0.42 0 0.08 0.26
HSL 168.75º 0.38% 0.58% -
HSV(B) 168.75º 0.42% 0.74% -
XYZ 32.14 42.7 46.59 -
YUV 163.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 109 189 174 0.42 0 0.08 0.26 168.75 0.38 0.58
Hex 6D BD AE 2A 0 8 1A A9 26 3A
Octal 155 275 256 52 0 10 32 251 46 72
Binary 1101101 10111101 10101110 101010 0 1000 11010 10101001 100110 111010

Color Harmonies of #6DBDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBDAE

Black with #6DBDAE

Text Example


Text Example

White with #6DBDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,189,174); }

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

background-color css

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

 a { background-color: rgb(109,189,174); }

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

border-color css

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

 span { border-color: rgb(109,189,174); }

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