Html Css Color HEX #6FBCA7 Gulf Stream

📋 copy color: '#6FBCA7'

red 111 ◦ green 188 ◦ blue 167

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

Shades of Gulf Stream #6FBCA7

Tints of Gulf Stream #6FBCA7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.34%

 BLUE value IS 167 (65.63% from 255) = 35.84%

R = 23.82%
G = 40.34%
B = 35.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#6FBCA7 (or 0x6FBCA7) is known color: Gulf Stream. HEX triplet: 6F, BC and A7. RGB value is (111,188,167). Sum of RGB (Red+Green+Blue) = 111+188+167=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBCA7 is #904358. Grayscale: #A2A2A2. Windows color (decimal): -9454425 or 10992751. OLE color: 10992751.

HSL color Cylindrical-coordinate representation of color #6FBCA7: hue angle of 163.64º degrees, saturation: 0.36, 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 #6FBCA7 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 188 167 -
CMYK 0.41 0 0.11 0.26
HSL 163.64º 0.36% 0.59% -
HSV(B) 163.64º 0.41% 0.74% -
XYZ 31.51 42.14 43.03 -
YUV 162.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 111 188 167 0.41 0 0.11 0.26 163.64 0.36 0.59
Hex 6F BC A7 29 0 B 1A A4 24 3B
Octal 157 274 247 51 0 13 32 244 44 73
Binary 1101111 10111100 10100111 101001 0 1011 11010 10100100 100100 111011

Color Harmonies of #6FBCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCA7

Black with #6FBCA7

Text Example


Text Example

White with #6FBCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,188,167); }

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

background-color css

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

 a { background-color: rgb(111,188,167); }

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

border-color css

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

 span { border-color: rgb(111,188,167); }

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