Html Css Color HEX #6BB6A4 Gulf Stream

📋 copy color: '#6BB6A4'

red 107 ◦ green 182 ◦ blue 164

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

Shades of Gulf Stream #6BB6A4

Tints of Gulf Stream #6BB6A4

RGB

 RED value IS 107 (42.19% from 255) = 23.62%

 GREEN value IS 182 (71.48% from 255) = 40.18%

 BLUE value IS 164 (64.45% from 255) = 36.2%

R = 23.62%
G = 40.18%
B = 36.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#6BB6A4 (or 0x6BB6A4) is known color: Gulf Stream. HEX triplet: 6B, B6 and A4. RGB value is (107,182,164). Sum of RGB (Red+Green+Blue) = 107+182+164=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #6BB6A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB6A4 is #94495B. Grayscale: #9D9D9D. Windows color (decimal): -9718108 or 10794603. OLE color: 10794603.

HSL color Cylindrical-coordinate representation of color #6BB6A4: hue angle of 165.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BB6A4 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 107 182 164 -
CMYK 0.41 0 0.10 0.29
HSL 165.6º 0.34% 0.57% -
HSV(B) 165.6º 0.41% 0.71% -
XYZ 29.49 39.26 41.15 -
YUV 157.52 131.65 91.96 -
System Red Green Blue C M Y K H S L
Decimal 107 182 164 0.41 0 0.10 0.29 165.6 0.34 0.57
Hex 6B B6 A4 29 0 A 1D A6 22 39
Octal 153 266 244 51 0 12 35 246 42 71
Binary 1101011 10110110 10100100 101001 0 1010 11101 10100110 100010 111001

Color Harmonies of #6BB6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB6A4

Black with #6BB6A4

Text Example


Text Example

White with #6BB6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,182,164); }

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

background-color css

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

 a { background-color: rgb(107,182,164); }

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

border-color css

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

 span { border-color: rgb(107,182,164); }

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