Html Css Color HEX #6BBCB2 Gulf Stream

📋 copy color: '#6BBCB2'

red 107 ◦ green 188 ◦ blue 178

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

Shades of Gulf Stream #6BBCB2

Tints of Gulf Stream #6BBCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 22.62%
G = 39.75%
B = 37.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#6BBCB2 (or 0x6BBCB2) is known color: Gulf Stream. HEX triplet: 6B, BC and B2. RGB value is (107,188,178). Sum of RGB (Red+Green+Blue) = 107+188+178=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBCB2 is #94434D. Grayscale: #A2A2A2. Windows color (decimal): -9716558 or 11713643. OLE color: 11713643.

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

Color convert

RGB 107 188 178 -
CMYK 0.43 0 0.05 0.26
HSL 172.59º 0.38% 0.58% -
HSV(B) 172.59º 0.43% 0.74% -
XYZ 32.08 42.31 48.59 -
YUV 162.64 136.66 88.31 -
System Red Green Blue C M Y K H S L
Decimal 107 188 178 0.43 0 0.05 0.26 172.59 0.38 0.58
Hex 6B BC B2 2B 0 5 1A AD 26 3A
Octal 153 274 262 53 0 5 32 255 46 72
Binary 1101011 10111100 10110010 101011 0 101 11010 10101101 100110 111010

Color Harmonies of #6BBCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBCB2

Black with #6BBCB2

Text Example


Text Example

White with #6BBCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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