#6AAB9B

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

Shades of Keppel #6AAB9B

Tints of Keppel #6AAB9B

Color information

#6AAB9B (or 0x6AAB9B) is unknown color: approx Keppel. HEX triplet: 6A, AB and 9B. RGB value is (106,171,155). Sum of RGB (Red+Green+Blue) = 106+171+155=432 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.54% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB9B is #955464. Grayscale: #959595. Windows color (decimal): -9786469 or 10201962. OLE color: 10201962.

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

Color convert

RGB106171155-
CMYK0.3800.090.33
HSL165.23º27.9%54.31%-
HSV(B)165.23º38.01%67.06%-
XYZ26.4234.5636.29-
YUV149.74130.9796.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.54%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=24.54%
G=39.58%
B=35.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061711550.3800.090.33165.2327.954.31
Hex6AAB9B260921a51c36
Octal15225323346011412453466
Binary11010101010101110011011100110010011000011010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,171,155); }

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

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

 a { background-color: rgb(106,171,155); }

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

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

 span { border-color: rgb(106,171,155); }

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