Html Css Color HEX #6BBEA9 Gulf Stream

📋 copy color: '#6BBEA9'

red 107 ◦ green 190 ◦ blue 169

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

Shades of Gulf Stream #6BBEA9

Tints of Gulf Stream #6BBEA9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.77%

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

R = 22.96%
G = 40.77%
B = 36.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#6BBEA9 (or 0x6BBEA9) is known color: Gulf Stream. HEX triplet: 6B, BE and A9. RGB value is (107,190,169). Sum of RGB (Red+Green+Blue) = 107+190+169=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBEA9 is #944156. Grayscale: #A2A2A2. Windows color (decimal): -9716055 or 11124331. OLE color: 11124331.

HSL color Cylindrical-coordinate representation of color #6BBEA9: hue angle of 164.82º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBEA9 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 190 169 -
CMYK 0.44 0 0.11 0.25
HSL 164.82º 0.39% 0.58% -
HSV(B) 164.82º 0.44% 0.75% -
XYZ 31.64 42.82 44.13 -
YUV 162.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 107 190 169 0.44 0 0.11 0.25 164.82 0.39 0.58
Hex 6B BE A9 2C 0 B 19 A5 27 3A
Octal 153 276 251 54 0 13 31 245 47 72
Binary 1101011 10111110 10101001 101100 0 1011 11001 10100101 100111 111010

Color Harmonies of #6BBEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBEA9

Black with #6BBEA9

Text Example


Text Example

White with #6BBEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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