Html Css Color HEX #6BBDB0 Gulf Stream

📋 copy color: '#6BBDB0'

red 107 ◦ green 189 ◦ blue 176

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

Shades of Gulf Stream #6BBDB0

Tints of Gulf Stream #6BBDB0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.04%

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

R = 22.67%
G = 40.04%
B = 37.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#6BBDB0 (or 0x6BBDB0) is known color: Gulf Stream. HEX triplet: 6B, BD and B0. RGB value is (107,189,176). Sum of RGB (Red+Green+Blue) = 107+189+176=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBDB0 is #94424F. Grayscale: #A2A2A2. Windows color (decimal): -9716304 or 11582827. OLE color: 11582827.

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

Color convert

RGB 107 189 176 -
CMYK 0.43 0 0.07 0.26
HSL 170.49º 0.38% 0.58% -
HSV(B) 170.49º 0.43% 0.74% -
XYZ 32.1 42.66 47.62 -
YUV 163 135.33 88.06 -
System Red Green Blue C M Y K H S L
Decimal 107 189 176 0.43 0 0.07 0.26 170.49 0.38 0.58
Hex 6B BD B0 2B 0 7 1A AA 26 3A
Octal 153 275 260 53 0 7 32 252 46 72
Binary 1101011 10111101 10110000 101011 0 111 11010 10101010 100110 111010

Color Harmonies of #6BBDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBDB0

Black with #6BBDB0

Text Example


Text Example

White with #6BBDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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