Html Css Color HEX #6CBBA9 Gulf Stream

📋 copy color: '#6CBBA9'

red 108 ◦ green 187 ◦ blue 169

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

Shades of Gulf Stream #6CBBA9

Tints of Gulf Stream #6CBBA9

RGB

 RED value IS 108 (42.58% from 255) = 23.28%

 GREEN value IS 187 (73.44% from 255) = 40.3%

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

R = 23.28%
G = 40.3%
B = 36.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#6CBBA9 (or 0x6CBBA9) is known color: Gulf Stream. HEX triplet: 6C, BB and A9. RGB value is (108,187,169). Sum of RGB (Red+Green+Blue) = 108+187+169=464 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.28% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #6CBBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBBA9 is #934456. Grayscale: #A1A1A1. Windows color (decimal): -9651287 or 11123564. OLE color: 11123564.

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

Color convert

RGB 108 187 169 -
CMYK 0.42 0 0.10 0.27
HSL 166.33º 0.37% 0.58% -
HSV(B) 166.33º 0.42% 0.73% -
XYZ 31.12 41.59 43.92 -
YUV 161.33 132.33 89.96 -
System Red Green Blue C M Y K H S L
Decimal 108 187 169 0.42 0 0.10 0.27 166.33 0.37 0.58
Hex 6C BB A9 2A 0 A 1B A6 25 3A
Octal 154 273 251 52 0 12 33 246 45 72
Binary 1101100 10111011 10101001 101010 0 1010 11011 10100110 100101 111010

Color Harmonies of #6CBBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBBA9

Black with #6CBBA9

Text Example


Text Example

White with #6CBBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,187,169); }

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

background-color css

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

 a { background-color: rgb(108,187,169); }

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

border-color css

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

 span { border-color: rgb(108,187,169); }

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