#6BAA9A

Color #6BAA9A Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #6BAA9A

Tints of Keppel #6BAA9A

Color information

#6BAA9A (or 0x6BAA9A) is unknown color: approx Keppel. HEX triplet: 6B, AA and 9A. RGB value is (107,170,154). Sum of RGB (Red+Green+Blue) = 107+170+154=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA9A is #945565. Grayscale: #959595. Windows color (decimal): -9721190 or 10136171. OLE color: 10136171.

HSL color Cylindrical-coordinate representation of color #6BAA9A: hue angle of 164.76º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAA9A is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB107170154-
CMYK0.3700.090.33
HSL164.76º27.04%54.31%-
HSV(B)164.76º37.06%66.67%-
XYZ26.2734.2135.79-
YUV149.34130.6397.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.83%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=24.83%
G=39.44%
B=35.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071701540.3700.090.33164.7627.0454.31
Hex6BAA9A250921a51b36
Octal15325223245011412453366
Binary11010111010101010011010100101010011000011010010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,170,154); }

 H1.HeaderClassName
 {
   color: #6BAA9A;
 }
 .AnyTagClassName
 {
   color: #6BAA9A;
 }
</style>
background-color css

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

 a { background-color: rgb(107,170,154); }

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

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

 span { border-color: rgb(107,170,154); }

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