Html Css Color HEX #6A648C Kimberly

📋 copy color: '#6A648C'

red 106 ◦ green 100 ◦ blue 140

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

Shades of Kimberly #6A648C

Tints of Kimberly #6A648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.9%

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 30.64%
G = 28.9%
B = 40.46%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A648C (or 0x6A648C) is known color: Kimberly. HEX triplet: 6A, 64 and 8C. RGB value is (106,100,140). Sum of RGB (Red+Green+Blue) = 106+100+140=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A648C is #959B73. Grayscale: #6A6A6A. Windows color (decimal): -9804660 or 9200746. OLE color: 9200746.

HSL color Cylindrical-coordinate representation of color #6A648C: hue angle of 249º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A648C is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 100 140 -
CMYK 0.24 0.29 0 0.45
HSL 249º 0.17% 0.47% -
HSV(B) 249º 0.29% 0.55% -
XYZ 15.23 14.07 26.72 -
YUV 106.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 106 100 140 0.24 0.29 0 0.45 249 0.17 0.47
Hex 6A 64 8C 18 1D 0 2D F9 11 2F
Octal 152 144 214 30 35 0 55 371 21 57
Binary 1101010 1100100 10001100 11000 11101 0 101101 11111001 10001 101111

Color Harmonies of #6A648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A648C

Black with #6A648C

Text Example


Text Example

White with #6A648C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,100,140); }

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

background-color css

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

 a { background-color: rgb(106,100,140); }

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

border-color css

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

 span { border-color: rgb(106,100,140); }

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