#676588

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

Shades of Kimberly #676588

Tints of Kimberly #676588

Color information

#676588 (or 0x676588) is unknown color: approx Kimberly. HEX triplet: 67, 65 and 88. RGB value is (103,101,136). Sum of RGB (Red+Green+Blue) = 103+101+136=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #676588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676588 is #989A77. Grayscale: #696969. Windows color (decimal): -10001016 or 8938855. OLE color: 8938855.

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

Color convert

RGB103101136-
CMYK0.240.2600.47
HSL243.43º14.77%46.47%-
HSV(B)243.43º25.74%53.33%-
XYZ14.6913.9725.21-
YUV105.59145.16126.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.29%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 136 (53.52% from 255) = 40%
R=30.29%
G=29.71%
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.47
SystemRedGreenBlueCMYKHSL
Decimal1031011360.240.2600.47243.4314.7746.47
Hex676588181A02Ff3f2e
Octal14714521030320573631756
Binary110011111001011000100011000110100101111111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676588; }

 p { color: rgb(103,101,136); }

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

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

 a { background-color: rgb(103,101,136); }

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

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

 span { border-color: rgb(103,101,136); }

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