Html Css Color HEX #646091 Kimberly

📋 copy color: '#646091'

red 100 ◦ green 96 ◦ blue 145

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

Shades of Kimberly #646091

Tints of Kimberly #646091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 29.33%
G = 28.15%
B = 42.52%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#646091 (or 0x646091) is known color: Kimberly. HEX triplet: 64, 60 and 91. RGB value is (100,96,145). Sum of RGB (Red+Green+Blue) = 100+96+145=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #646091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646091 is #9B9F6E. Grayscale: #666666. Windows color (decimal): -10198895 or 9527396. OLE color: 9527396.

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

Color convert

RGB 100 96 145 -
CMYK 0.31 0.34 0 0.43
HSL 244.9º 0.2% 0.47% -
HSV(B) 244.9º 0.34% 0.57% -
XYZ 14.55 13.12 28.55 -
YUV 102.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 100 96 145 0.31 0.34 0 0.43 244.9 0.2 0.47
Hex 64 60 91 1F 22 0 2B F5 14 2F
Octal 144 140 221 37 42 0 53 365 24 57
Binary 1100100 1100000 10010001 11111 100010 0 101011 11110101 10100 101111

Color Harmonies of #646091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646091

Black with #646091

Text Example


Text Example

White with #646091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646091; }

 p { color: rgb(100,96,145); }

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

background-color css

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

 a { background-color: rgb(100,96,145); }

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

border-color css

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

 span { border-color: rgb(100,96,145); }

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