Html Css Color HEX #6D698B Kimberly

📋 copy color: '#6D698B'

red 109 ◦ green 105 ◦ blue 139

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

Shades of Kimberly #6D698B

Tints of Kimberly #6D698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

 BLUE value IS 139 (54.69% from 255) = 39.38%

R = 30.88%
G = 29.75%
B = 39.38%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D698B (or 0x6D698B) is known color: Kimberly. HEX triplet: 6D, 69 and 8B. RGB value is (109,105,139). Sum of RGB (Red+Green+Blue) = 109+105+139=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D698B is #929674. Grayscale: #6D6D6D. Windows color (decimal): -9606773 or 9136493. OLE color: 9136493.

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

Color convert

RGB 109 105 139 -
CMYK 0.22 0.24 0 0.45
HSL 247.06º 0.14% 0.48% -
HSV(B) 247.06º 0.24% 0.55% -
XYZ 16.02 15.22 26.52 -
YUV 110.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 109 105 139 0.22 0.24 0 0.45 247.06 0.14 0.48
Hex 6D 69 8B 16 18 0 2D F7 E 30
Octal 155 151 213 26 30 0 55 367 16 60
Binary 1101101 1101001 10001011 10110 11000 0 101101 11110111 1110 110000

Color Harmonies of #6D698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D698B

Black with #6D698B

Text Example


Text Example

White with #6D698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,105,139); }

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

background-color css

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

 a { background-color: rgb(109,105,139); }

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

border-color css

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

 span { border-color: rgb(109,105,139); }

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