#6BB09A

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

Shades of Keppel #6BB09A

Tints of Keppel #6BB09A

Color information

#6BB09A (or 0x6BB09A) is unknown color: approx Keppel. HEX triplet: 6B, B0 and 9A. RGB value is (107,176,154). Sum of RGB (Red+Green+Blue) = 107+176+154=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB09A is #944F65. Grayscale: #989898. Windows color (decimal): -9719654 or 10137707. OLE color: 10137707.

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

Color convert

RGB107176154-
CMYK0.3900.120.31
HSL160.87º30.4%55.49%-
HSV(B)160.87º39.2%69.02%-
XYZ27.4236.5136.17-
YUV152.86128.6495.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.49%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=24.49%
G=40.27%
B=35.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071761540.3900.120.31160.8730.455.49
Hex6BB09A270C1Fa11e37
Octal15326023247014372413667
Binary1101011101100001001101010011101100111111010000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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