#69668E

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

Shades of Kimberly #69668E

Tints of Kimberly #69668E

Color information

#69668E (or 0x69668E) is unknown color: approx Kimberly. HEX triplet: 69, 66 and 8E. RGB value is (105,102,142). Sum of RGB (Red+Green+Blue) = 105+102+142=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #69668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69668E is #969971. Grayscale: #6B6B6B. Windows color (decimal): -9869682 or 9332329. OLE color: 9332329.

HSL color Cylindrical-coordinate representation of color #69668E: hue angle of 244.5º 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 #69668E is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105102142-
CMYK0.260.2800.44
HSL244.5º16.39%47.84%-
HSV(B)244.5º28.17%55.69%-
XYZ15.4614.4627.57-
YUV107.46147.49126.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.09%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=30.09%
G=29.23%
B=40.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051021420.260.2800.44244.516.3947.84
Hex69668E1A1C02Cf41030
Octal15114621632340543642060
Binary1101001110011010001110110101110001011001111010010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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