Html Css Color HEX #6DBAAE Gulf Stream

📋 copy color: '#6DBAAE'

red 109 ◦ green 186 ◦ blue 174

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

Shades of Gulf Stream #6DBAAE

Tints of Gulf Stream #6DBAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

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

R = 23.24%
G = 39.66%
B = 37.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#6DBAAE (or 0x6DBAAE) is known color: Gulf Stream. HEX triplet: 6D, BA and AE. RGB value is (109,186,174). Sum of RGB (Red+Green+Blue) = 109+186+174=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBAAE is #924551. Grayscale: #A1A1A1. Windows color (decimal): -9586002 or 11450989. OLE color: 11450989.

HSL color Cylindrical-coordinate representation of color #6DBAAE: hue angle of 170.65º degrees, saturation: 0.36, 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 #6DBAAE is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 186 174 -
CMYK 0.41 0 0.06 0.27
HSL 170.65º 0.36% 0.58% -
HSV(B) 170.65º 0.41% 0.73% -
XYZ 31.51 41.43 46.38 -
YUV 161.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 109 186 174 0.41 0 0.06 0.27 170.65 0.36 0.58
Hex 6D BA AE 29 0 6 1B AB 24 3A
Octal 155 272 256 51 0 6 33 253 44 72
Binary 1101101 10111010 10101110 101001 0 110 11011 10101011 100100 111010

Color Harmonies of #6DBAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBAAE

Black with #6DBAAE

Text Example


Text Example

White with #6DBAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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