Html Css Color HEX #6A5A84 Kimberly

📋 copy color: '#6A5A84'

red 106 ◦ green 90 ◦ blue 132

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

Shades of Kimberly #6A5A84

Tints of Kimberly #6A5A84

RGB

 RED value IS 106 (41.8% from 255) = 32.32%

 GREEN value IS 90 (35.55% from 255) = 27.44%

 BLUE value IS 132 (51.95% from 255) = 40.24%

R = 32.32%
G = 27.44%
B = 40.24%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6A5A84 (or 0x6A5A84) is known color: Kimberly. HEX triplet: 6A, 5A and 84. RGB value is (106,90,132). Sum of RGB (Red+Green+Blue) = 106+90+132=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A5A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5A84 is #95A57B. Grayscale: #636363. Windows color (decimal): -9807228 or 8673898. OLE color: 8673898.

HSL color Cylindrical-coordinate representation of color #6A5A84: hue angle of 262.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A5A84 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 90 132 -
CMYK 0.20 0.32 0 0.48
HSL 262.86º 0.19% 0.44% -
HSV(B) 262.86º 0.32% 0.52% -
XYZ 13.76 12.04 23.43 -
YUV 99.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 106 90 132 0.20 0.32 0 0.48 262.86 0.19 0.44
Hex 6A 5A 84 14 20 0 30 107 13 2C
Octal 152 132 204 24 40 0 60 407 23 54
Binary 1101010 1011010 10000100 10100 100000 0 110000 100000111 10011 101100

Color Harmonies of #6A5A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5A84

Black with #6A5A84

Text Example


Text Example

White with #6A5A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A5A84; }

 p { color: rgb(106,90,132); }

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

background-color css

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

 a { background-color: rgb(106,90,132); }

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

border-color css

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

 span { border-color: rgb(106,90,132); }

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