#68668E

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

Shades of Kimberly #68668E

Tints of Kimberly #68668E

Color information

#68668E (or 0x68668E) is unknown color: approx Kimberly. HEX triplet: 68, 66 and 8E. RGB value is (104,102,142). Sum of RGB (Red+Green+Blue) = 104+102+142=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #68668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68668E is #979971. Grayscale: #6B6B6B. Windows color (decimal): -9935218 or 9332328. OLE color: 9332328.

HSL color Cylindrical-coordinate representation of color #68668E: hue angle of 243º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68668E is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB104102142-
CMYK0.270.2800.44
HSL243º16.39%47.84%-
HSV(B)243º28.17%55.69%-
XYZ15.3414.427.56-
YUV107.16147.66125.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.89%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=29.89%
G=29.31%
B=40.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041021420.270.2800.4424316.3947.84
Hex68668E1B1C02Cf31030
Octal15014621633340543632060
Binary1101000110011010001110110111110001011001111001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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