#69648B

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

Shades of Kimberly #69648B

Tints of Kimberly #69648B

Color information

#69648B (or 0x69648B) is unknown color: approx Kimberly. HEX triplet: 69, 64 and 8B. RGB value is (105,100,139). Sum of RGB (Red+Green+Blue) = 105+100+139=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #69648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69648B is #969B74. Grayscale: #696969. Windows color (decimal): -9870197 or 9135209. OLE color: 9135209.

HSL color Cylindrical-coordinate representation of color #69648B: hue angle of 247.69º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69648B is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB105100139-
CMYK0.240.2800.45
HSL247.69º16.32%46.86%-
HSV(B)247.69º28.06%54.51%-
XYZ15.0413.9826.33-
YUV105.94146.66127.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=30.52%
G=29.07%
B=40.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051001390.240.2800.45247.6916.3246.86
Hex69648B181C02Df8102f
Octal15114421330340553702057
Binary1101001110010010001011110001110001011011111100010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69648B; }

 p { color: rgb(105,100,139); }

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

<style>
 a { background-color: #69648B; }

 a { background-color: rgb(105,100,139); }

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

<style>
 span { border-color: #69648B; }

 span { border-color: rgb(105,100,139); }

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