Html Css Color HEX #675780 Kimberly

📋 copy color: '#675780'

red 103 ◦ green 87 ◦ blue 128

#675780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kimberly #675780

Tints of Kimberly #675780

RGB

 RED value IS 103 (40.63% from 255) = 32.39%

 GREEN value IS 87 (34.38% from 255) = 27.36%

 BLUE value IS 128 (50.39% from 255) = 40.25%

R = 32.39%
G = 27.36%
B = 40.25%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#675780 (or 0x675780) is known color: Kimberly. HEX triplet: 67, 57 and 80. RGB value is (103,87,128). Sum of RGB (Red+Green+Blue) = 103+87+128=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 128 - color contains mainly: blue. Hex color #675780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675780 is #98A87F. Grayscale: #606060. Windows color (decimal): -10004608 or 8410983. OLE color: 8410983.

HSL color Cylindrical-coordinate representation of color #675780: hue angle of 263.41º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #675780 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 87 128 -
CMYK 0.20 0.32 0 0.50
HSL 263.41º 0.19% 0.42% -
HSV(B) 263.41º 0.32% 0.5% -
XYZ 12.9 11.26 21.92 -
YUV 96.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 103 87 128 0.20 0.32 0 0.50 263.41 0.19 0.42
Hex 67 57 80 14 20 0 32 107 13 2A
Octal 147 127 200 24 40 0 62 407 23 52
Binary 1100111 1010111 10000000 10100 100000 0 110010 100000111 10011 101010

Color Harmonies of #675780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675780

Black with #675780

Text Example


Text Example

White with #675780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675780; }

 p { color: rgb(103,87,128); }

 H1.HeaderClassName
 {
   color: #675780;
 }
 .AnyTagClassName
 {
   color: #675780;
 }
</style>

background-color css

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

 a { background-color: rgb(103,87,128); }

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

border-color css

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

 span { border-color: rgb(103,87,128); }

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