Html Css Color HEX #6FB4A9 Gulf Stream

📋 copy color: '#6FB4A9'

red 111 ◦ green 180 ◦ blue 169

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

Shades of Gulf Stream #6FB4A9

Tints of Gulf Stream #6FB4A9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.13%

 BLUE value IS 169 (66.41% from 255) = 36.74%

R = 24.13%
G = 39.13%
B = 36.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#6FB4A9 (or 0x6FB4A9) is known color: Gulf Stream. HEX triplet: 6F, B4 and A9. RGB value is (111,180,169). Sum of RGB (Red+Green+Blue) = 111+180+169=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB4A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB4A9 is #904B56. Grayscale: #9E9E9E. Windows color (decimal): -9456471 or 11121775. OLE color: 11121775.

HSL color Cylindrical-coordinate representation of color #6FB4A9: hue angle of 170.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB4A9 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 180 169 -
CMYK 0.38 0 0.06 0.29
HSL 170.43º 0.32% 0.57% -
HSV(B) 170.43º 0.38% 0.71% -
XYZ 30.04 38.89 43.46 -
YUV 158.12 134.14 94.39 -
System Red Green Blue C M Y K H S L
Decimal 111 180 169 0.38 0 0.06 0.29 170.43 0.32 0.57
Hex 6F B4 A9 26 0 6 1D AA 20 39
Octal 157 264 251 46 0 6 35 252 40 71
Binary 1101111 10110100 10101001 100110 0 110 11101 10101010 100000 111001

Color Harmonies of #6FB4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB4A9

Black with #6FB4A9

Text Example


Text Example

White with #6FB4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,180,169); }

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

background-color css

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

 a { background-color: rgb(111,180,169); }

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

border-color css

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

 span { border-color: rgb(111,180,169); }

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