Html Css Color HEX #6D6192 Kimberly

📋 copy color: '#6D6192'

red 109 ◦ green 97 ◦ blue 146

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

Shades of Kimberly #6D6192

Tints of Kimberly #6D6192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.56%

 BLUE value IS 146 (57.42% from 255) = 41.48%

R = 30.97%
G = 27.56%
B = 41.48%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D6192 (or 0x6D6192) is known color: Kimberly. HEX triplet: 6D, 61 and 92. RGB value is (109,97,146). Sum of RGB (Red+Green+Blue) = 109+97+146=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D6192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6192 is #929E6D. Grayscale: #696969. Windows color (decimal): -9608814 or 9593197. OLE color: 9593197.

HSL color Cylindrical-coordinate representation of color #6D6192: hue angle of 254.69º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D6192 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 97 146 -
CMYK 0.25 0.34 0 0.43
HSL 254.69º 0.2% 0.48% -
HSV(B) 254.69º 0.34% 0.57% -
XYZ 15.77 13.88 29.04 -
YUV 106.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 109 97 146 0.25 0.34 0 0.43 254.69 0.2 0.48
Hex 6D 61 92 19 22 0 2B FF 14 30
Octal 155 141 222 31 42 0 53 377 24 60
Binary 1101101 1100001 10010010 11001 100010 0 101011 11111111 10100 110000

Color Harmonies of #6D6192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6192

Black with #6D6192

Text Example


Text Example

White with #6D6192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,97,146); }

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

background-color css

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

 a { background-color: rgb(109,97,146); }

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

border-color css

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

 span { border-color: rgb(109,97,146); }

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