Html Css Color HEX #6FBDB0 Gulf Stream

📋 copy color: '#6FBDB0'

red 111 ◦ green 189 ◦ blue 176

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

Shades of Gulf Stream #6FBDB0

Tints of Gulf Stream #6FBDB0

RGB

 RED value IS 111 (43.75% from 255) = 23.32%

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

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

R = 23.32%
G = 39.71%
B = 36.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#6FBDB0 (or 0x6FBDB0) is known color: Gulf Stream. HEX triplet: 6F, BD and B0. RGB value is (111,189,176). Sum of RGB (Red+Green+Blue) = 111+189+176=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBDB0 is #90424F. Grayscale: #A4A4A4. Windows color (decimal): -9454160 or 11582831. OLE color: 11582831.

HSL color Cylindrical-coordinate representation of color #6FBDB0: hue angle of 170º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBDB0 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 189 176 -
CMYK 0.41 0 0.07 0.26
HSL 170º 0.37% 0.59% -
HSV(B) 170º 0.41% 0.74% -
XYZ 32.59 42.91 47.64 -
YUV 164.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 111 189 176 0.41 0 0.07 0.26 170 0.37 0.59
Hex 6F BD B0 29 0 7 1A AA 25 3B
Octal 157 275 260 51 0 7 32 252 45 73
Binary 1101111 10111101 10110000 101001 0 111 11010 10101010 100101 111011

Color Harmonies of #6FBDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDB0

Black with #6FBDB0

Text Example


Text Example

White with #6FBDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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