#676085

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

Shades of Kimberly #676085

Tints of Kimberly #676085

Color information

#676085 (or 0x676085) is unknown color: approx Kimberly. HEX triplet: 67, 60 and 85. RGB value is (103,96,133). Sum of RGB (Red+Green+Blue) = 103+96+133=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #676085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676085 is #989F7A. Grayscale: #666666. Windows color (decimal): -10002299 or 8740967. OLE color: 8740967.

HSL color Cylindrical-coordinate representation of color #676085: hue angle of 251.35º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #676085 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10396133-
CMYK0.230.2800.48
HSL251.35º16.16%44.9%-
HSV(B)251.35º27.82%52.16%-
XYZ14.0112.9423.95-
YUV102.31145.32128.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.02%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=31.02%
G=28.92%
B=40.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103961330.230.2800.48251.3516.1644.9
Hex676085171C030fb102d
Octal14714020527340603732055
Binary1100111110000010000101101111110001100001111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676085; }

 p { color: rgb(103,96,133); }

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

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

 a { background-color: rgb(103,96,133); }

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

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

 span { border-color: rgb(103,96,133); }

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