#6BAB9A

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

Shades of Keppel #6BAB9A

Tints of Keppel #6BAB9A

Color information

#6BAB9A (or 0x6BAB9A) is unknown color: approx Keppel. HEX triplet: 6B, AB and 9A. RGB value is (107,171,154). Sum of RGB (Red+Green+Blue) = 107+171+154=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB9A is #945465. Grayscale: #959595. Windows color (decimal): -9720934 or 10136427. OLE color: 10136427.

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

Color convert

RGB107171154-
CMYK0.3700.100.33
HSL164.06º27.59%54.51%-
HSV(B)164.06º37.43%67.06%-
XYZ26.4634.5835.85-
YUV149.93130.397.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.77%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 154 (60.55% from 255) = 35.65%
R=24.77%
G=39.58%
B=35.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071711540.3700.100.33164.0627.5954.51
Hex6BAB9A250A21a41c37
Octal15325323245012412443467
Binary11010111010101110011010100101010101000011010010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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