Html Css Color HEX #6BBAA9 Gulf Stream

📋 copy color: '#6BBAA9'

red 107 ◦ green 186 ◦ blue 169

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

Shades of Gulf Stream #6BBAA9

Tints of Gulf Stream #6BBAA9

RGB

 RED value IS 107 (42.19% from 255) = 23.16%

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

 BLUE value IS 169 (66.41% from 255) = 36.58%

R = 23.16%
G = 40.26%
B = 36.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#6BBAA9 (or 0x6BBAA9) is known color: Gulf Stream. HEX triplet: 6B, BA and A9. RGB value is (107,186,169). Sum of RGB (Red+Green+Blue) = 107+186+169=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBAA9 is #944556. Grayscale: #A0A0A0. Windows color (decimal): -9717079 or 11123307. OLE color: 11123307.

HSL color Cylindrical-coordinate representation of color #6BBAA9: hue angle of 167.09º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BBAA9 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 186 169 -
CMYK 0.42 0 0.09 0.27
HSL 167.09º 0.36% 0.57% -
HSV(B) 167.09º 0.42% 0.73% -
XYZ 30.78 41.11 43.85 -
YUV 160.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 107 186 169 0.42 0 0.09 0.27 167.09 0.36 0.57
Hex 6B BA A9 2A 0 9 1B A7 24 39
Octal 153 272 251 52 0 11 33 247 44 71
Binary 1101011 10111010 10101001 101010 0 1001 11011 10100111 100100 111001

Color Harmonies of #6BBAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBAA9

Black with #6BBAA9

Text Example


Text Example

White with #6BBAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,186,169); }

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

background-color css

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

 a { background-color: rgb(107,186,169); }

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

border-color css

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

 span { border-color: rgb(107,186,169); }

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