Html Css Color HEX #6FB7AF Gulf Stream

📋 copy color: '#6FB7AF'

red 111 ◦ green 183 ◦ blue 175

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

Shades of Gulf Stream #6FB7AF

Tints of Gulf Stream #6FB7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.02%

 BLUE value IS 175 (68.75% from 255) = 37.31%

R = 23.67%
G = 39.02%
B = 37.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#6FB7AF (or 0x6FB7AF) is known color: Gulf Stream. HEX triplet: 6F, B7 and AF. RGB value is (111,183,175). Sum of RGB (Red+Green+Blue) = 111+183+175=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB7AF is #904850. Grayscale: #A0A0A0. Windows color (decimal): -9455697 or 11515759. OLE color: 11515759.

HSL color Cylindrical-coordinate representation of color #6FB7AF: hue angle of 173.33º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB7AF is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 111 183 175 -
CMYK 0.39 0 0.04 0.28
HSL 173.33º 0.33% 0.58% -
HSV(B) 173.33º 0.39% 0.72% -
XYZ 31.23 40.34 46.7 -
YUV 160.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 111 183 175 0.39 0 0.04 0.28 173.33 0.33 0.58
Hex 6F B7 AF 27 0 4 1C AD 21 3A
Octal 157 267 257 47 0 4 34 255 41 72
Binary 1101111 10110111 10101111 100111 0 100 11100 10101101 100001 111010

Color Harmonies of #6FB7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB7AF

Black with #6FB7AF

Text Example


Text Example

White with #6FB7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,183,175); }

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

background-color css

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

 a { background-color: rgb(111,183,175); }

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

border-color css

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

 span { border-color: rgb(111,183,175); }

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