#675B83

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

Shades of Kimberly #675B83

Tints of Kimberly #675B83

Color information

#675B83 (or 0x675B83) is unknown color: approx Kimberly. HEX triplet: 67, 5B and 83. RGB value is (103,91,131). Sum of RGB (Red+Green+Blue) = 103+91+131=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #675B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675B83 is #98A47C. Grayscale: #636363. Windows color (decimal): -10003581 or 8608615. OLE color: 8608615.

HSL color Cylindrical-coordinate representation of color #675B83: hue angle of 258º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #675B83 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10391131-
CMYK0.210.3100.49
HSL258º18.02%43.53%-
HSV(B)258º30.53%51.37%-
XYZ13.431223.08-
YUV99.15145.98130.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.69%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 131 (51.56% from 255) = 40.31%
R=31.69%
G=28%
B=40.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103911310.210.3100.4925818.0243.53
Hex675B83151F031102122c
Octal14713320325370614022254
Binary11001111011011100000111010111111011000110000001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675B83; }

 p { color: rgb(103,91,131); }

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

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

 a { background-color: rgb(103,91,131); }

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

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

 span { border-color: rgb(103,91,131); }

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