Html Css Color HEX #6D6083 Kimberly

📋 copy color: '#6D6083'

red 109 ◦ green 96 ◦ blue 131

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

Shades of Kimberly #6D6083

Tints of Kimberly #6D6083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.99%

R = 32.44%
G = 28.57%
B = 38.99%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6D6083 (or 0x6D6083) is known color: Kimberly. HEX triplet: 6D, 60 and 83. RGB value is (109,96,131). Sum of RGB (Red+Green+Blue) = 109+96+131=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 131 - color contains mainly: blue. Hex color #6D6083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6083 is #929F7C. Grayscale: #676767. Windows color (decimal): -9609085 or 8609901. OLE color: 8609901.

HSL color Cylindrical-coordinate representation of color #6D6083: hue angle of 262.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D6083 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 96 131 -
CMYK 0.17 0.27 0 0.49
HSL 262.29º 0.15% 0.45% -
HSV(B) 262.29º 0.27% 0.51% -
XYZ 14.59 13.26 23.26 -
YUV 103.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 109 96 131 0.17 0.27 0 0.49 262.29 0.15 0.45
Hex 6D 60 83 11 1B 0 31 106 F 2D
Octal 155 140 203 21 33 0 61 406 17 55
Binary 1101101 1100000 10000011 10001 11011 0 110001 100000110 1111 101101

Color Harmonies of #6D6083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6083

Black with #6D6083

Text Example


Text Example

White with #6D6083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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