Html Css Color HEX #6C638C Kimberly

📋 copy color: '#6C638C'

red 108 ◦ green 99 ◦ blue 140

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

Shades of Kimberly #6C638C

Tints of Kimberly #6C638C

RGB

 RED value IS 108 (42.58% from 255) = 31.12%

 GREEN value IS 99 (39.06% from 255) = 28.53%

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

R = 31.12%
G = 28.53%
B = 40.35%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C638C (or 0x6C638C) is known color: Kimberly. HEX triplet: 6C, 63 and 8C. RGB value is (108,99,140). Sum of RGB (Red+Green+Blue) = 108+99+140=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C638C is #939C73. Grayscale: #6A6A6A. Windows color (decimal): -9673844 or 9200492. OLE color: 9200492.

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

Color convert

RGB 108 99 140 -
CMYK 0.23 0.29 0 0.45
HSL 253.17º 0.17% 0.47% -
HSV(B) 253.17º 0.29% 0.55% -
XYZ 15.38 14.01 26.7 -
YUV 106.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 108 99 140 0.23 0.29 0 0.45 253.17 0.17 0.47
Hex 6C 63 8C 17 1D 0 2D FD 11 2F
Octal 154 143 214 27 35 0 55 375 21 57
Binary 1101100 1100011 10001100 10111 11101 0 101101 11111101 10001 101111

Color Harmonies of #6C638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C638C

Black with #6C638C

Text Example


Text Example

White with #6C638C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,99,140); }

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

background-color css

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

 a { background-color: rgb(108,99,140); }

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

border-color css

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

 span { border-color: rgb(108,99,140); }

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