#6A668A

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

Shades of Kimberly #6A668A

Tints of Kimberly #6A668A

Color information

#6A668A (or 0x6A668A) is unknown color: approx Kimberly. HEX triplet: 6A, 66 and 8A. RGB value is (106,102,138). Sum of RGB (Red+Green+Blue) = 106+102+138=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A668A is #959975. Grayscale: #6B6B6B. Windows color (decimal): -9804150 or 9070186. OLE color: 9070186.

HSL color Cylindrical-coordinate representation of color #6A668A: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A668A is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB106102138-
CMYK0.230.2600.46
HSL246.67º15%47.06%-
HSV(B)246.67º26.09%54.12%-
XYZ15.2814.426.02-
YUV107.3145.33127.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.64%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=30.64%
G=29.48%
B=39.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1061021380.230.2600.46246.671547.06
Hex6A668A171A02Ef7f2f
Octal15214621227320563671757
Binary110101011001101000101010111110100101110111101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A668A; }

 p { color: rgb(106,102,138); }

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

<style>
 a { background-color: #6A668A; }

 a { background-color: rgb(106,102,138); }

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

<style>
 span { border-color: #6A668A; }

 span { border-color: rgb(106,102,138); }

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