#6C698C

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

Shades of Kimberly #6C698C

Tints of Kimberly #6C698C

Color information

#6C698C (or 0x6C698C) is unknown color: approx Kimberly. HEX triplet: 6C, 69 and 8C. RGB value is (108,105,140). Sum of RGB (Red+Green+Blue) = 108+105+140=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C698C is #939673. Grayscale: #6D6D6D. Windows color (decimal): -9672308 or 9202028. OLE color: 9202028.

HSL color Cylindrical-coordinate representation of color #6C698C: hue angle of 245.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C698C is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB108105140-
CMYK0.230.2500.45
HSL245.14º14.29%48.04%-
HSV(B)245.14º25%54.9%-
XYZ15.9715.1826.9-
YUV109.89144.99126.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.59%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=30.59%
G=29.75%
B=39.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1081051400.230.2500.45245.1414.2948.04
Hex6C698C171902Df5e30
Octal15415121427310553651660
Binary110110011010011000110010111110010101101111101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,105,140); }

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

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

 a { background-color: rgb(108,105,140); }

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

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

 span { border-color: rgb(108,105,140); }

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