#6DAF9D

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

Shades of Keppel #6DAF9D

Tints of Keppel #6DAF9D

Color information

#6DAF9D (or 0x6DAF9D) is unknown color: approx Keppel. HEX triplet: 6D, AF and 9D. RGB value is (109,175,157). Sum of RGB (Red+Green+Blue) = 109+175+157=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAF9D is #925062. Grayscale: #999999. Windows color (decimal): -9588835 or 10334061. OLE color: 10334061.

HSL color Cylindrical-coordinate representation of color #6DAF9D: hue angle of 163.64º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DAF9D is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB109175157-
CMYK0.3800.100.31
HSL163.64º29.2%55.69%-
HSV(B)163.64º37.71%68.63%-
XYZ27.7236.3537.45-
YUV153.21130.1396.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.72%
GREEN value IS 175 (68.75% from 255) = 39.68%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=24.72%
G=39.68%
B=35.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091751570.3800.100.31163.6429.255.69
Hex6DAF9D260A1Fa41d38
Octal15525723546012372443570
Binary1101101101011111001110110011001010111111010010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,175,157); }

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

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

 a { background-color: rgb(109,175,157); }

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

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

 span { border-color: rgb(109,175,157); }

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