#67668C

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

Shades of Kimberly #67668C

Tints of Kimberly #67668C

Color information

#67668C (or 0x67668C) is unknown color: approx Kimberly. HEX triplet: 67, 66 and 8C. RGB value is (103,102,140). Sum of RGB (Red+Green+Blue) = 103+102+140=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #67668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67668C is #989973. Grayscale: #6A6A6A. Windows color (decimal): -10000756 or 9201255. OLE color: 9201255.

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

Color convert

RGB103102140-
CMYK0.260.2700.45
HSL241.58º15.7%47.45%-
HSV(B)241.58º27.14%54.9%-
XYZ15.0814.2826.77-
YUV106.63146.83125.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.86%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 140 (55.08% from 255) = 40.58%
R=29.86%
G=29.57%
B=40.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031021400.260.2700.45241.5815.747.45
Hex67668C1A1B02Df2102f
Octal14714621432330553622057
Binary1100111110011010001100110101101101011011111001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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