Html Css Color HEX #6B648B Kimberly

📋 copy color: '#6B648B'

red 107 ◦ green 100 ◦ blue 139

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

Shades of Kimberly #6B648B

Tints of Kimberly #6B648B

RGB

 RED value IS 107 (42.19% from 255) = 30.92%

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

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 30.92%
G = 28.9%
B = 40.17%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B648B (or 0x6B648B) is known color: Kimberly. HEX triplet: 6B, 64 and 8B. RGB value is (107,100,139). Sum of RGB (Red+Green+Blue) = 107+100+139=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B648B is #949B74. Grayscale: #6A6A6A. Windows color (decimal): -9739125 or 9135211. OLE color: 9135211.

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

Color convert

RGB 107 100 139 -
CMYK 0.23 0.28 0 0.45
HSL 250.77º 0.16% 0.47% -
HSV(B) 250.77º 0.28% 0.55% -
XYZ 15.28 14.1 26.34 -
YUV 106.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 107 100 139 0.23 0.28 0 0.45 250.77 0.16 0.47
Hex 6B 64 8B 17 1C 0 2D FB 10 2F
Octal 153 144 213 27 34 0 55 373 20 57
Binary 1101011 1100100 10001011 10111 11100 0 101101 11111011 10000 101111

Color Harmonies of #6B648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B648B

Black with #6B648B

Text Example


Text Example

White with #6B648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,100,139); }

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

background-color css

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

 a { background-color: rgb(107,100,139); }

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

border-color css

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

 span { border-color: rgb(107,100,139); }

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