#68638E

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

Shades of Kimberly #68638E

Tints of Kimberly #68638E

Color information

#68638E (or 0x68638E) is unknown color: approx Kimberly. HEX triplet: 68, 63 and 8E. RGB value is (104,99,142). Sum of RGB (Red+Green+Blue) = 104+99+142=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #68638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68638E is #979C71. Grayscale: #696969. Windows color (decimal): -9935986 or 9331560. OLE color: 9331560.

HSL color Cylindrical-coordinate representation of color #68638E: hue angle of 246.98º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68638E is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10499142-
CMYK0.270.3000.44
HSL246.98º17.84%47.25%-
HSV(B)246.98º30.28%55.69%-
XYZ15.0513.8227.47-
YUV105.4148.66127-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=30.14%
G=28.70%
B=41.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104991420.270.3000.44246.9817.8447.25
Hex68638E1B1E02Cf7122f
Octal15014321633360543672257
Binary1101000110001110001110110111111001011001111011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68638E; }

 p { color: rgb(104,99,142); }

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

<style>
 a { background-color: #68638E; }

 a { background-color: rgb(104,99,142); }

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

<style>
 span { border-color: #68638E; }

 span { border-color: rgb(104,99,142); }

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