Html Css Color HEX #645888 Kimberly

📋 copy color: '#645888'

red 100 ◦ green 88 ◦ blue 136

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

Shades of Kimberly #645888

Tints of Kimberly #645888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.98%

R = 30.86%
G = 27.16%
B = 41.98%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#645888 (or 0x645888) is known color: Kimberly. HEX triplet: 64, 58 and 88. RGB value is (100,88,136). Sum of RGB (Red+Green+Blue) = 100+88+136=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #645888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645888 is #9BA777. Grayscale: #606060. Windows color (decimal): -10200952 or 8935524. OLE color: 8935524.

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

Color convert

RGB 100 88 136 -
CMYK 0.26 0.35 0 0.47
HSL 255º 0.21% 0.44% -
HSV(B) 255º 0.35% 0.53% -
XYZ 13.19 11.47 24.81 -
YUV 97.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 100 88 136 0.26 0.35 0 0.47 255 0.21 0.44
Hex 64 58 88 1A 23 0 2F FF 15 2C
Octal 144 130 210 32 43 0 57 377 25 54
Binary 1100100 1011000 10001000 11010 100011 0 101111 11111111 10101 101100

Color Harmonies of #645888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645888

Black with #645888

Text Example


Text Example

White with #645888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645888; }

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

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

background-color css

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

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

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

border-color css

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

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

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