Html Css Color HEX #6FB8B2 Gulf Stream

📋 copy color: '#6FB8B2'

red 111 ◦ green 184 ◦ blue 178

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

Shades of Gulf Stream #6FB8B2

Tints of Gulf Stream #6FB8B2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.9%

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 23.47%
G = 38.9%
B = 37.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#6FB8B2 (or 0x6FB8B2) is known color: Gulf Stream. HEX triplet: 6F, B8 and B2. RGB value is (111,184,178). Sum of RGB (Red+Green+Blue) = 111+184+178=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #6FB8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB8B2 is #90474D. Grayscale: #A1A1A1. Windows color (decimal): -9455438 or 11712623. OLE color: 11712623.

HSL color Cylindrical-coordinate representation of color #6FB8B2: hue angle of 175.07º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FB8B2 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 111 184 178 -
CMYK 0.40 0 0.03 0.28
HSL 175.07º 0.34% 0.58% -
HSV(B) 175.07º 0.4% 0.72% -
XYZ 31.73 40.87 48.34 -
YUV 161.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 111 184 178 0.40 0 0.03 0.28 175.07 0.34 0.58
Hex 6F B8 B2 28 0 3 1C AF 22 3A
Octal 157 270 262 50 0 3 34 257 42 72
Binary 1101111 10111000 10110010 101000 0 11 11100 10101111 100010 111010

Color Harmonies of #6FB8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB8B2

Black with #6FB8B2

Text Example


Text Example

White with #6FB8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,184,178); }

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

background-color css

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

 a { background-color: rgb(111,184,178); }

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

border-color css

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

 span { border-color: rgb(111,184,178); }

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