Html Css Color HEX #6D638A Kimberly

📋 copy color: '#6D638A'

red 109 ◦ green 99 ◦ blue 138

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

Shades of Kimberly #6D638A

Tints of Kimberly #6D638A

RGB

 RED value IS 109 (42.97% from 255) = 31.5%

 GREEN value IS 99 (39.06% from 255) = 28.61%

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 31.5%
G = 28.61%
B = 39.88%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D638A (or 0x6D638A) is known color: Kimberly. HEX triplet: 6D, 63 and 8A. RGB value is (109,99,138). Sum of RGB (Red+Green+Blue) = 109+99+138=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D638A is #929C75. Grayscale: #6A6A6A. Windows color (decimal): -9608310 or 9069421. OLE color: 9069421.

HSL color Cylindrical-coordinate representation of color #6D638A: hue angle of 255.38º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D638A is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 99 138 -
CMYK 0.21 0.28 0 0.46
HSL 255.38º 0.16% 0.46% -
HSV(B) 255.38º 0.28% 0.54% -
XYZ 15.36 14.01 25.94 -
YUV 106.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 109 99 138 0.21 0.28 0 0.46 255.38 0.16 0.46
Hex 6D 63 8A 15 1C 0 2E FF 10 2E
Octal 155 143 212 25 34 0 56 377 20 56
Binary 1101101 1100011 10001010 10101 11100 0 101110 11111111 10000 101110

Color Harmonies of #6D638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D638A

Black with #6D638A

Text Example


Text Example

White with #6D638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,99,138); }

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

background-color css

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

 a { background-color: rgb(109,99,138); }

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

border-color css

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

 span { border-color: rgb(109,99,138); }

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