Html Css Color HEX #6BBCB0 Gulf Stream

📋 copy color: '#6BBCB0'

red 107 ◦ green 188 ◦ blue 176

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

Shades of Gulf Stream #6BBCB0

Tints of Gulf Stream #6BBCB0

RGB

 RED value IS 107 (42.19% from 255) = 22.72%

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

 BLUE value IS 176 (69.14% from 255) = 37.37%

R = 22.72%
G = 39.92%
B = 37.37%

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

#6BBCB0 (or 0x6BBCB0) is known color: Gulf Stream. HEX triplet: 6B, BC and B0. RGB value is (107,188,176). Sum of RGB (Red+Green+Blue) = 107+188+176=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBCB0 is #94434F. Grayscale: #A2A2A2. Windows color (decimal): -9716560 or 11582571. OLE color: 11582571.

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

Color convert

RGB 107 188 176 -
CMYK 0.43 0 0.06 0.26
HSL 171.11º 0.38% 0.58% -
HSV(B) 171.11º 0.43% 0.74% -
XYZ 31.88 42.23 47.54 -
YUV 162.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 107 188 176 0.43 0 0.06 0.26 171.11 0.38 0.58
Hex 6B BC B0 2B 0 6 1A AB 26 3A
Octal 153 274 260 53 0 6 32 253 46 72
Binary 1101011 10111100 10110000 101011 0 110 11010 10101011 100110 111010

Color Harmonies of #6BBCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBCB0

Black with #6BBCB0

Text Example


Text Example

White with #6BBCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,188,176); }

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

background-color css

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

 a { background-color: rgb(107,188,176); }

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

border-color css

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

 span { border-color: rgb(107,188,176); }

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