#6CBEA2

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

Shades of Keppel #6CBEA2

Tints of Keppel #6CBEA2

Color information

#6CBEA2 (or 0x6CBEA2) is unknown color: approx Keppel. HEX triplet: 6C, BE and A2. RGB value is (108,190,162). Sum of RGB (Red+Green+Blue) = 108+190+162=460 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.48% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBEA2 is #93415D. Grayscale: #A2A2A2. Windows color (decimal): -9650526 or 10665580. OLE color: 10665580.

HSL color Cylindrical-coordinate representation of color #6CBEA2: hue angle of 159.51º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBEA2 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB108190162-
CMYK0.4300.150.25
HSL159.51º38.68%58.43%-
HSV(B)159.51º43.16%74.51%-
XYZ31.1242.6240.77-
YUV162.29127.8389.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.48%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 162 (63.67% from 255) = 35.22%
R=23.48%
G=41.30%
B=35.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081901620.4300.150.25159.5138.6858.43
Hex6CBEA22B0F19a0273a
Octal15427624253017312404772
Binary11011001011111010100010101011011111100110100000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,190,162); }

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

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

 a { background-color: rgb(108,190,162); }

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

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

 span { border-color: rgb(108,190,162); }

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