Html Css Color HEX #6CB9AC Gulf Stream

📋 copy color: '#6CB9AC'

red 108 ◦ green 185 ◦ blue 172

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

Shades of Gulf Stream #6CB9AC

Tints of Gulf Stream #6CB9AC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.78%

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 23.23%
G = 39.78%
B = 36.99%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#6CB9AC (or 0x6CB9AC) is known color: Gulf Stream. HEX triplet: 6C, B9 and AC. RGB value is (108,185,172). Sum of RGB (Red+Green+Blue) = 108+185+172=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #6CB9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB9AC is #934653. Grayscale: #A0A0A0. Windows color (decimal): -9651796 or 11319660. OLE color: 11319660.

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

Color convert

RGB 108 185 172 -
CMYK 0.42 0 0.07 0.27
HSL 169.87º 0.35% 0.57% -
HSV(B) 169.87º 0.42% 0.73% -
XYZ 30.98 40.86 45.28 -
YUV 160.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 108 185 172 0.42 0 0.07 0.27 169.87 0.35 0.57
Hex 6C B9 AC 2A 0 7 1B AA 23 39
Octal 154 271 254 52 0 7 33 252 43 71
Binary 1101100 10111001 10101100 101010 0 111 11011 10101010 100011 111001

Color Harmonies of #6CB9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB9AC

Black with #6CB9AC

Text Example


Text Example

White with #6CB9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,185,172); }

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

background-color css

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

 a { background-color: rgb(108,185,172); }

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

border-color css

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

 span { border-color: rgb(108,185,172); }

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