#69668A

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

Shades of Kimberly #69668A

Tints of Kimberly #69668A

Color information

#69668A (or 0x69668A) is unknown color: approx Kimberly. HEX triplet: 69, 66 and 8A. RGB value is (105,102,138). Sum of RGB (Red+Green+Blue) = 105+102+138=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #69668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69668A is #969975. Grayscale: #6A6A6A. Windows color (decimal): -9869686 or 9070185. OLE color: 9070185.

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

Color convert

RGB105102138-
CMYK0.240.2600.46
HSL245º15%47.06%-
HSV(B)245º26.09%54.12%-
XYZ15.1614.3426.01-
YUV107145.49126.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 138 (54.30% from 255) = 40%
R=30.43%
G=29.57%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051021380.240.2600.462451547.06
Hex69668A181A02Ef5f2f
Octal15114621230320563651757
Binary110100111001101000101011000110100101110111101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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