Html Css Color HEX #6D6485 Kimberly

📋 copy color: '#6D6485'

red 109 ◦ green 100 ◦ blue 133

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

Shades of Kimberly #6D6485

Tints of Kimberly #6D6485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.89%

R = 31.87%
G = 29.24%
B = 38.89%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D6485 (or 0x6D6485) is known color: Kimberly. HEX triplet: 6D, 64 and 85. RGB value is (109,100,133). Sum of RGB (Red+Green+Blue) = 109+100+133=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D6485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6485 is #929B7A. Grayscale: #6A6A6A. Windows color (decimal): -9608059 or 8741997. OLE color: 8741997.

HSL color Cylindrical-coordinate representation of color #6D6485: hue angle of 256.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D6485 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 100 133 -
CMYK 0.18 0.25 0 0.48
HSL 256.36º 0.14% 0.46% -
HSV(B) 256.36º 0.25% 0.52% -
XYZ 15.1 14.06 24.11 -
YUV 106.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 109 100 133 0.18 0.25 0 0.48 256.36 0.14 0.46
Hex 6D 64 85 12 19 0 30 100 E 2E
Octal 155 144 205 22 31 0 60 400 16 56
Binary 1101101 1100100 10000101 10010 11001 0 110000 100000000 1110 101110

Color Harmonies of #6D6485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6485

Black with #6D6485

Text Example


Text Example

White with #6D6485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,100,133); }

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

background-color css

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

 a { background-color: rgb(109,100,133); }

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

border-color css

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

 span { border-color: rgb(109,100,133); }

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