#6CBDA3

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

Shades of Keppel #6CBDA3

Tints of Keppel #6CBDA3

Color information

#6CBDA3 (or 0x6CBDA3) is unknown color: approx Keppel. HEX triplet: 6C, BD and A3. RGB value is (108,189,163). Sum of RGB (Red+Green+Blue) = 108+189+163=460 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.48% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBDA3 is #93425C. Grayscale: #A1A1A1. Windows color (decimal): -9650781 or 10730860. OLE color: 10730860.

HSL color Cylindrical-coordinate representation of color #6CBDA3: hue angle of 160.74º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBDA3 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB108189163-
CMYK0.4300.140.26
HSL160.74º38.03%58.24%-
HSV(B)160.74º42.86%74.12%-
XYZ30.9942.2341.17-
YUV161.82128.6689.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.48%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 163 (64.06% from 255) = 35.43%
R=23.48%
G=41.09%
B=35.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081891630.4300.140.26160.7438.0358.24
Hex6CBDA32B0E1Aa1263a
Octal15427524353016322414672
Binary11011001011110110100011101011011101101010100001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,189,163); }

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

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

 a { background-color: rgb(108,189,163); }

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

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

 span { border-color: rgb(108,189,163); }

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