Html Css Color HEX #6CBDAE Gulf Stream

📋 copy color: '#6CBDAE'

red 108 ◦ green 189 ◦ blue 174

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

Shades of Gulf Stream #6CBDAE

Tints of Gulf Stream #6CBDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.13%

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

R = 22.93%
G = 40.13%
B = 36.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#6CBDAE (or 0x6CBDAE) is known color: Gulf Stream. HEX triplet: 6C, BD and AE. RGB value is (108,189,174). Sum of RGB (Red+Green+Blue) = 108+189+174=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBDAE is #934251. Grayscale: #A3A3A3. Windows color (decimal): -9650770 or 11451756. OLE color: 11451756.

HSL color Cylindrical-coordinate representation of color #6CBDAE: hue angle of 168.89º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBDAE is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 189 174 -
CMYK 0.43 0 0.08 0.26
HSL 168.89º 0.38% 0.58% -
HSV(B) 168.89º 0.43% 0.74% -
XYZ 32.02 42.64 46.59 -
YUV 163.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 108 189 174 0.43 0 0.08 0.26 168.89 0.38 0.58
Hex 6C BD AE 2B 0 8 1A A9 26 3A
Octal 154 275 256 53 0 10 32 251 46 72
Binary 1101100 10111101 10101110 101011 0 1000 11010 10101001 100110 111010

Color Harmonies of #6CBDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBDAE

Black with #6CBDAE

Text Example


Text Example

White with #6CBDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,189,174); }

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

background-color css

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

 a { background-color: rgb(108,189,174); }

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

border-color css

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

 span { border-color: rgb(108,189,174); }

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