Html Css Color HEX #6CBCB1 Gulf Stream

📋 copy color: '#6CBCB1'

red 108 ◦ green 188 ◦ blue 177

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

Shades of Gulf Stream #6CBCB1

Tints of Gulf Stream #6CBCB1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.75%

 BLUE value IS 177 (69.53% from 255) = 37.42%

R = 22.83%
G = 39.75%
B = 37.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#6CBCB1 (or 0x6CBCB1) is known color: Gulf Stream. HEX triplet: 6C, BC and B1. RGB value is (108,188,177). Sum of RGB (Red+Green+Blue) = 108+188+177=473 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.83% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBCB1 is #93434E. Grayscale: #A2A2A2. Windows color (decimal): -9651023 or 11648108. OLE color: 11648108.

HSL color Cylindrical-coordinate representation of color #6CBCB1: hue angle of 171.75º degrees, saturation: 0.37, 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 #6CBCB1 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 188 177 -
CMYK 0.43 0 0.06 0.26
HSL 171.75º 0.37% 0.58% -
HSV(B) 171.75º 0.43% 0.74% -
XYZ 32.1 42.33 48.07 -
YUV 162.83 136 88.89 -
System Red Green Blue C M Y K H S L
Decimal 108 188 177 0.43 0 0.06 0.26 171.75 0.37 0.58
Hex 6C BC B1 2B 0 6 1A AC 25 3A
Octal 154 274 261 53 0 6 32 254 45 72
Binary 1101100 10111100 10110001 101011 0 110 11010 10101100 100101 111010

Color Harmonies of #6CBCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBCB1

Black with #6CBCB1

Text Example


Text Example

White with #6CBCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,188,177); }

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

background-color css

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

 a { background-color: rgb(108,188,177); }

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

border-color css

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

 span { border-color: rgb(108,188,177); }

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