Html Css Color HEX #6D6092 Kimberly

📋 copy color: '#6D6092'

red 109 ◦ green 96 ◦ blue 146

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

Shades of Kimberly #6D6092

Tints of Kimberly #6D6092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.35%

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

R = 31.05%
G = 27.35%
B = 41.6%

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

#6D6092 (or 0x6D6092) is known color: Kimberly. HEX triplet: 6D, 60 and 92. RGB value is (109,96,146). Sum of RGB (Red+Green+Blue) = 109+96+146=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D6092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6092 is #929F6D. Grayscale: #696969. Windows color (decimal): -9609070 or 9592941. OLE color: 9592941.

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

Color convert

RGB 109 96 146 -
CMYK 0.25 0.34 0 0.43
HSL 255.6º 0.21% 0.47% -
HSV(B) 255.6º 0.34% 0.57% -
XYZ 15.68 13.69 29.01 -
YUV 105.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 109 96 146 0.25 0.34 0 0.43 255.6 0.21 0.47
Hex 6D 60 92 19 22 0 2B 100 15 2F
Octal 155 140 222 31 42 0 53 400 25 57
Binary 1101101 1100000 10010010 11001 100010 0 101011 100000000 10101 101111

Color Harmonies of #6D6092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6092

Black with #6D6092

Text Example


Text Example

White with #6D6092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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