#67638C

Color #67638C Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #67638C

Tints of Kimberly #67638C

Color information

#67638C (or 0x67638C) is unknown color: approx Kimberly. HEX triplet: 67, 63 and 8C. RGB value is (103,99,140). Sum of RGB (Red+Green+Blue) = 103+99+140=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #67638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67638C is #989C73. Grayscale: #686868. Windows color (decimal): -10001524 or 9200487. OLE color: 9200487.

HSL color Cylindrical-coordinate representation of color #67638C: hue angle of 245.85º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67638C is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10399140-
CMYK0.260.2900.45
HSL245.85º17.15%46.86%-
HSV(B)245.85º29.29%54.9%-
XYZ14.7913.726.68-
YUV104.87147.83126.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.12%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=30.12%
G=28.95%
B=40.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103991400.260.2900.45245.8517.1546.86
Hex67638C1A1D02Df6112f
Octal14714321432350553662157
Binary1100111110001110001100110101110101011011111011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67638C; }

 p { color: rgb(103,99,140); }

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

<style>
 a { background-color: #67638C; }

 a { background-color: rgb(103,99,140); }

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

<style>
 span { border-color: #67638C; }

 span { border-color: rgb(103,99,140); }

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