#6BAC9A

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

Shades of Keppel #6BAC9A

Tints of Keppel #6BAC9A

Color information

#6BAC9A (or 0x6BAC9A) is unknown color: approx Keppel. HEX triplet: 6B, AC and 9A. RGB value is (107,172,154). Sum of RGB (Red+Green+Blue) = 107+172+154=433 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.71% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAC9A is #945365. Grayscale: #969696. Windows color (decimal): -9720678 or 10136683. OLE color: 10136683.

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

Color convert

RGB107172154-
CMYK0.3800.100.33
HSL163.38º28.14%54.71%-
HSV(B)163.38º37.79%67.45%-
XYZ26.6534.9635.92-
YUV150.51129.9796.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.71%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=24.71%
G=39.72%
B=35.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071721540.3800.100.33163.3828.1454.71
Hex6BAC9A260A21a31c37
Octal15325423246012412433467
Binary11010111010110010011010100110010101000011010001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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