Html Css Color HEX #6D6091 Kimberly

📋 copy color: '#6D6091'

red 109 ◦ green 96 ◦ blue 145

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

Shades of Kimberly #6D6091

Tints of Kimberly #6D6091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.43%

R = 31.14%
G = 27.43%
B = 41.43%

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

#6D6091 (or 0x6D6091) is known color: Kimberly. HEX triplet: 6D, 60 and 91. RGB value is (109,96,145). Sum of RGB (Red+Green+Blue) = 109+96+145=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D6091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6091 is #929F6E. Grayscale: #696969. Windows color (decimal): -9609071 or 9527405. OLE color: 9527405.

HSL color Cylindrical-coordinate representation of color #6D6091: hue angle of 255.92º degrees, saturation: 0.2, 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 #6D6091 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 96 145 -
CMYK 0.25 0.34 0 0.43
HSL 255.92º 0.2% 0.47% -
HSV(B) 255.92º 0.34% 0.57% -
XYZ 15.6 13.66 28.6 -
YUV 105.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 109 96 145 0.25 0.34 0 0.43 255.92 0.2 0.47
Hex 6D 60 91 19 22 0 2B 100 14 2F
Octal 155 140 221 31 42 0 53 400 24 57
Binary 1101101 1100000 10010001 11001 100010 0 101011 100000000 10100 101111

Color Harmonies of #6D6091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6091

Black with #6D6091

Text Example


Text Example

White with #6D6091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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