Html Css Color HEX #6DBBB3 Gulf Stream

📋 copy color: '#6DBBB3'

red 109 ◦ green 187 ◦ blue 179

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

Shades of Gulf Stream #6DBBB3

Tints of Gulf Stream #6DBBB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.68%

R = 22.95%
G = 39.37%
B = 37.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#6DBBB3 (or 0x6DBBB3) is known color: Gulf Stream. HEX triplet: 6D, BB and B3. RGB value is (109,187,179). Sum of RGB (Red+Green+Blue) = 109+187+179=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBBB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBB3 is #92444C. Grayscale: #A2A2A2. Windows color (decimal): -9585741 or 11778925. OLE color: 11778925.

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

Color convert

RGB 109 187 179 -
CMYK 0.42 0 0.04 0.27
HSL 173.85º 0.36% 0.58% -
HSV(B) 173.85º 0.42% 0.73% -
XYZ 32.21 42.05 49.07 -
YUV 162.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 109 187 179 0.42 0 0.04 0.27 173.85 0.36 0.58
Hex 6D BB B3 2A 0 4 1B AE 24 3A
Octal 155 273 263 52 0 4 33 256 44 72
Binary 1101101 10111011 10110011 101010 0 100 11011 10101110 100100 111010

Color Harmonies of #6DBBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBBB3

Black with #6DBBB3

Text Example


Text Example

White with #6DBBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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