Html Css Color HEX #6CBAA4 Gulf Stream

📋 copy color: '#6CBAA4'

red 108 ◦ green 186 ◦ blue 164

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

Shades of Gulf Stream #6CBAA4

Tints of Gulf Stream #6CBAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.81%

R = 23.58%
G = 40.61%
B = 35.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#6CBAA4 (or 0x6CBAA4) is known color: Gulf Stream. HEX triplet: 6C, BA and A4. RGB value is (108,186,164). Sum of RGB (Red+Green+Blue) = 108+186+164=458 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.58% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBAA4 is #93455B. Grayscale: #A0A0A0. Windows color (decimal): -9651548 or 10795628. OLE color: 10795628.

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

Color convert

RGB 108 186 164 -
CMYK 0.42 0 0.12 0.27
HSL 163.08º 0.36% 0.58% -
HSV(B) 163.08º 0.42% 0.73% -
XYZ 30.44 40.99 41.43 -
YUV 160.17 130.16 90.79 -
System Red Green Blue C M Y K H S L
Decimal 108 186 164 0.42 0 0.12 0.27 163.08 0.36 0.58
Hex 6C BA A4 2A 0 C 1B A3 24 3A
Octal 154 272 244 52 0 14 33 243 44 72
Binary 1101100 10111010 10100100 101010 0 1100 11011 10100011 100100 111010

Color Harmonies of #6CBAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBAA4

Black with #6CBAA4

Text Example


Text Example

White with #6CBAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,186,164); }

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

background-color css

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

 a { background-color: rgb(108,186,164); }

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

border-color css

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

 span { border-color: rgb(108,186,164); }

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