#68638F

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

Shades of Kimberly #68638F

Tints of Kimberly #68638F

Color information

#68638F (or 0x68638F) is unknown color: approx Kimberly. HEX triplet: 68, 63 and 8F. RGB value is (104,99,143). Sum of RGB (Red+Green+Blue) = 104+99+143=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 143 - color contains mainly: blue. Hex color #68638F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68638F is #979C70. Grayscale: #696969. Windows color (decimal): -9935985 or 9397096. OLE color: 9397096.

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

Color convert

RGB10499143-
CMYK0.270.3100.44
HSL246.82º18.18%47.45%-
HSV(B)246.82º30.77%56.08%-
XYZ15.1313.8527.86-
YUV105.51149.16126.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 143 (56.25% from 255) = 41.33%
R=30.06%
G=28.61%
B=41.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104991430.270.3100.44246.8218.1847.45
Hex68638F1B1F02Cf7122f
Octal15014321733370543672257
Binary1101000110001110001111110111111101011001111011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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