#67658A

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

Shades of Kimberly #67658A

Tints of Kimberly #67658A

Color information

#67658A (or 0x67658A) is unknown color: approx Kimberly. HEX triplet: 67, 65 and 8A. RGB value is (103,101,138). Sum of RGB (Red+Green+Blue) = 103+101+138=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #67658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67658A is #989A75. Grayscale: #696969. Windows color (decimal): -10001014 or 9069927. OLE color: 9069927.

HSL color Cylindrical-coordinate representation of color #67658A: hue angle of 243.24º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67658A is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB103101138-
CMYK0.250.2700.46
HSL243.24º15.48%46.86%-
HSV(B)243.24º26.81%54.12%-
XYZ14.8314.0325.97-
YUV105.82146.16125.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.12%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=30.12%
G=29.53%
B=40.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1031011380.250.2700.46243.2415.4846.86
Hex67658A191B02Ef3f2f
Octal14714521231330563631757
Binary110011111001011000101011001110110101110111100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67658A; }

 p { color: rgb(103,101,138); }

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

<style>
 a { background-color: #67658A; }

 a { background-color: rgb(103,101,138); }

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

<style>
 span { border-color: #67658A; }

 span { border-color: rgb(103,101,138); }

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