Html Css Color HEX #645885 Kimberly

📋 copy color: '#645885'

red 100 ◦ green 88 ◦ blue 133

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

Shades of Kimberly #645885

Tints of Kimberly #645885

RGB

 RED value IS 100 (39.45% from 255) = 31.15%

 GREEN value IS 88 (34.77% from 255) = 27.41%

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 31.15%
G = 27.41%
B = 41.43%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#645885 (or 0x645885) is known color: Kimberly. HEX triplet: 64, 58 and 85. RGB value is (100,88,133). Sum of RGB (Red+Green+Blue) = 100+88+133=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #645885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645885 is #9BA77A. Grayscale: #606060. Windows color (decimal): -10200955 or 8738916. OLE color: 8738916.

HSL color Cylindrical-coordinate representation of color #645885: hue angle of 256º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #645885 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 88 133 -
CMYK 0.25 0.34 0 0.48
HSL 256º 0.2% 0.43% -
HSV(B) 256º 0.34% 0.52% -
XYZ 12.98 11.38 23.7 -
YUV 96.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 100 88 133 0.25 0.34 0 0.48 256 0.2 0.43
Hex 64 58 85 19 22 0 30 100 14 2B
Octal 144 130 205 31 42 0 60 400 24 53
Binary 1100100 1011000 10000101 11001 100010 0 110000 100000000 10100 101011

Color Harmonies of #645885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645885

Black with #645885

Text Example


Text Example

White with #645885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645885; }

 p { color: rgb(100,88,133); }

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

background-color css

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

 a { background-color: rgb(100,88,133); }

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

border-color css

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

 span { border-color: rgb(100,88,133); }

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