#6CBCA4

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

Shades of Keppel #6CBCA4

Tints of Keppel #6CBCA4

Color information

#6CBCA4 (or 0x6CBCA4) is unknown color: approx Keppel. HEX triplet: 6C, BC and A4. RGB value is (108,188,164). Sum of RGB (Red+Green+Blue) = 108+188+164=460 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.48% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBCA4 is #93435B. Grayscale: #A1A1A1. Windows color (decimal): -9651036 or 10796140. OLE color: 10796140.

HSL color Cylindrical-coordinate representation of color #6CBCA4: hue angle of 162º degrees, saturation: 0.37, 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 #6CBCA4 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB108188164-
CMYK0.4300.130.26
HSL162º37.38%58.04%-
HSV(B)162º42.55%73.73%-
XYZ30.8741.8341.57-
YUV161.34129.589.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.48%
GREEN value IS 188 (73.83% from 255) = 40.87%
BLUE value IS 164 (64.45% from 255) = 35.65%
R=23.48%
G=40.87%
B=35.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081881640.4300.130.2616237.3858.04
Hex6CBCA42B0D1Aa2253a
Octal15427424453015322424572
Binary11011001011110010100100101011011011101010100010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,188,164); }

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

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

 a { background-color: rgb(108,188,164); }

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

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

 span { border-color: rgb(108,188,164); }

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