#6AAE9D

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

Shades of Keppel #6AAE9D

Tints of Keppel #6AAE9D

Color information

#6AAE9D (or 0x6AAE9D) is unknown color: approx Keppel. HEX triplet: 6A, AE and 9D. RGB value is (106,174,157). Sum of RGB (Red+Green+Blue) = 106+174+157=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAE9D is #955162. Grayscale: #979797. Windows color (decimal): -9785699 or 10333802. OLE color: 10333802.

HSL color Cylindrical-coordinate representation of color #6AAE9D: hue angle of 165º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAE9D is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB106174157-
CMYK0.3900.100.32
HSL165º29.57%54.9%-
HSV(B)165º39.08%68.24%-
XYZ27.1735.7737.37-
YUV151.73130.9795.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.26%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=24.26%
G=39.82%
B=35.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061741570.3900.100.3216529.5754.9
Hex6AAE9D270A20a51e37
Octal15225623547012402453667
Binary11010101010111010011101100111010101000001010010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,174,157); }

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

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

 a { background-color: rgb(106,174,157); }

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

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

 span { border-color: rgb(106,174,157); }

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