Html Css Color HEX #6D658C Kimberly

📋 copy color: '#6D658C'

red 109 ◦ green 101 ◦ blue 140

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

Shades of Kimberly #6D658C

Tints of Kimberly #6D658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

 BLUE value IS 140 (55.08% from 255) = 40%

R = 31.14%
G = 28.86%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D658C (or 0x6D658C) is known color: Kimberly. HEX triplet: 6D, 65 and 8C. RGB value is (109,101,140). Sum of RGB (Red+Green+Blue) = 109+101+140=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D658C is #929A73. Grayscale: #6B6B6B. Windows color (decimal): -9607796 or 9201005. OLE color: 9201005.

HSL color Cylindrical-coordinate representation of color #6D658C: hue angle of 252.31º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D658C is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 101 140 -
CMYK 0.22 0.28 0 0.45
HSL 252.31º 0.16% 0.47% -
HSV(B) 252.31º 0.28% 0.55% -
XYZ 15.69 14.45 26.77 -
YUV 107.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 109 101 140 0.22 0.28 0 0.45 252.31 0.16 0.47
Hex 6D 65 8C 16 1C 0 2D FC 10 2F
Octal 155 145 214 26 34 0 55 374 20 57
Binary 1101101 1100101 10001100 10110 11100 0 101101 11111100 10000 101111

Color Harmonies of #6D658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D658C

Black with #6D658C

Text Example


Text Example

White with #6D658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,101,140); }

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

background-color css

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

 a { background-color: rgb(109,101,140); }

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

border-color css

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

 span { border-color: rgb(109,101,140); }

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