#6AAA9A

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

Shades of Keppel #6AAA9A

Tints of Keppel #6AAA9A

Color information

#6AAA9A (or 0x6AAA9A) is unknown color: approx Keppel. HEX triplet: 6A, AA and 9A. RGB value is (106,170,154). Sum of RGB (Red+Green+Blue) = 106+170+154=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAA9A is #955565. Grayscale: #959595. Windows color (decimal): -9786726 or 10136170. OLE color: 10136170.

HSL color Cylindrical-coordinate representation of color #6AAA9A: hue angle of 165º degrees, saturation: 0.27, 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 #6AAA9A is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB106170154-
CMYK0.3800.090.33
HSL165º27.35%54.12%-
HSV(B)165º37.65%66.67%-
XYZ26.1534.1535.78-
YUV149.04130.897.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.65%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=24.65%
G=39.53%
B=35.81%

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
Decimal1061701540.3800.090.3316527.3554.12
Hex6AAA9A260921a51b36
Octal15225223246011412453366
Binary11010101010101010011010100110010011000011010010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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