Html Css Color HEX #6FBDA7 Gulf Stream

📋 copy color: '#6FBDA7'

red 111 ◦ green 189 ◦ blue 167

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

Shades of Gulf Stream #6FBDA7

Tints of Gulf Stream #6FBDA7

RGB

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

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

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

R = 23.77%
G = 40.47%
B = 35.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#6FBDA7 (or 0x6FBDA7) is known color: Gulf Stream. HEX triplet: 6F, BD and A7. RGB value is (111,189,167). Sum of RGB (Red+Green+Blue) = 111+189+167=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBDA7 is #904258. Grayscale: #A3A3A3. Windows color (decimal): -9454169 or 10993007. OLE color: 10993007.

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

Color convert

RGB 111 189 167 -
CMYK 0.41 0 0.12 0.26
HSL 163.08º 0.37% 0.59% -
HSV(B) 163.08º 0.41% 0.74% -
XYZ 31.73 42.56 43.1 -
YUV 163.17 130.16 90.79 -
System Red Green Blue C M Y K H S L
Decimal 111 189 167 0.41 0 0.12 0.26 163.08 0.37 0.59
Hex 6F BD A7 29 0 C 1A A3 25 3B
Octal 157 275 247 51 0 14 32 243 45 73
Binary 1101111 10111101 10100111 101001 0 1100 11010 10100011 100101 111011

Color Harmonies of #6FBDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDA7

Black with #6FBDA7

Text Example


Text Example

White with #6FBDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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