Html Css Color HEX #6FB4A8 Gulf Stream

📋 copy color: '#6FB4A8'

red 111 ◦ green 180 ◦ blue 168

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

Shades of Gulf Stream #6FB4A8

Tints of Gulf Stream #6FB4A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 24.18%
G = 39.22%
B = 36.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#6FB4A8 (or 0x6FB4A8) is known color: Gulf Stream. HEX triplet: 6F, B4 and A8. RGB value is (111,180,168). Sum of RGB (Red+Green+Blue) = 111+180+168=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB4A8 is #904B57. Grayscale: #9D9D9D. Windows color (decimal): -9456472 or 11056239. OLE color: 11056239.

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

Color convert

RGB 111 180 168 -
CMYK 0.38 0 0.07 0.29
HSL 169.57º 0.32% 0.57% -
HSV(B) 169.57º 0.38% 0.71% -
XYZ 29.94 38.85 42.97 -
YUV 158 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 111 180 168 0.38 0 0.07 0.29 169.57 0.32 0.57
Hex 6F B4 A8 26 0 7 1D AA 20 39
Octal 157 264 250 46 0 7 35 252 40 71
Binary 1101111 10110100 10101000 100110 0 111 11101 10101010 100000 111001

Color Harmonies of #6FB4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB4A8

Black with #6FB4A8

Text Example


Text Example

White with #6FB4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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