Html Css Color HEX #6DBBB2 Gulf Stream

📋 copy color: '#6DBBB2'

red 109 ◦ green 187 ◦ blue 178

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

Shades of Gulf Stream #6DBBB2

Tints of Gulf Stream #6DBBB2

RGB

 RED value IS 109 (42.97% from 255) = 23%

 GREEN value IS 187 (73.44% from 255) = 39.45%

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

R = 23%
G = 39.45%
B = 37.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#6DBBB2 (or 0x6DBBB2) is known color: Gulf Stream. HEX triplet: 6D, BB and B2. RGB value is (109,187,178). Sum of RGB (Red+Green+Blue) = 109+187+178=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBBB2 is #92444D. Grayscale: #A2A2A2. Windows color (decimal): -9585742 or 11713389. OLE color: 11713389.

HSL color Cylindrical-coordinate representation of color #6DBBB2: hue angle of 173.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 #6DBBB2 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 187 178 -
CMYK 0.42 0 0.05 0.27
HSL 173.08º 0.36% 0.58% -
HSV(B) 173.08º 0.42% 0.73% -
XYZ 32.11 42.01 48.53 -
YUV 162.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 109 187 178 0.42 0 0.05 0.27 173.08 0.36 0.58
Hex 6D BB B2 2A 0 5 1B AD 24 3A
Octal 155 273 262 52 0 5 33 255 44 72
Binary 1101101 10111011 10110010 101010 0 101 11011 10101101 100100 111010

Color Harmonies of #6DBBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBBB2

Black with #6DBBB2

Text Example


Text Example

White with #6DBBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,187,178); }

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

background-color css

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

 a { background-color: rgb(109,187,178); }

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

border-color css

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

 span { border-color: rgb(109,187,178); }

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