Html Css Color HEX #6DBDB0 Gulf Stream

📋 copy color: '#6DBDB0'

red 109 ◦ green 189 ◦ blue 176

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

Shades of Gulf Stream #6DBDB0

Tints of Gulf Stream #6DBDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 23%
G = 39.87%
B = 37.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#6DBDB0 (or 0x6DBDB0) is known color: Gulf Stream. HEX triplet: 6D, BD and B0. RGB value is (109,189,176). Sum of RGB (Red+Green+Blue) = 109+189+176=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBDB0 is #92424F. Grayscale: #A3A3A3. Windows color (decimal): -9585232 or 11582829. OLE color: 11582829.

HSL color Cylindrical-coordinate representation of color #6DBDB0: hue angle of 170.25º 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 #6DBDB0 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 189 176 -
CMYK 0.42 0 0.07 0.26
HSL 170.25º 0.38% 0.58% -
HSV(B) 170.25º 0.42% 0.74% -
XYZ 32.34 42.78 47.63 -
YUV 163.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 109 189 176 0.42 0 0.07 0.26 170.25 0.38 0.58
Hex 6D BD B0 2A 0 7 1A AA 26 3A
Octal 155 275 260 52 0 7 32 252 46 72
Binary 1101101 10111101 10110000 101010 0 111 11010 10101010 100110 111010

Color Harmonies of #6DBDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBDB0

Black with #6DBDB0

Text Example


Text Example

White with #6DBDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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