Html Css Color HEX #6B628D Kimberly

📋 copy color: '#6B628D'

red 107 ◦ green 98 ◦ blue 141

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

Shades of Kimberly #6B628D

Tints of Kimberly #6B628D

RGB

 RED value IS 107 (42.19% from 255) = 30.92%

 GREEN value IS 98 (38.67% from 255) = 28.32%

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 30.92%
G = 28.32%
B = 40.75%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B628D (or 0x6B628D) is known color: Kimberly. HEX triplet: 6B, 62 and 8D. RGB value is (107,98,141). Sum of RGB (Red+Green+Blue) = 107+98+141=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B628D is #949D72. Grayscale: #696969. Windows color (decimal): -9739635 or 9265771. OLE color: 9265771.

HSL color Cylindrical-coordinate representation of color #6B628D: hue angle of 252.56º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B628D is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 98 141 -
CMYK 0.24 0.30 0 0.45
HSL 252.56º 0.18% 0.47% -
HSV(B) 252.56º 0.3% 0.55% -
XYZ 15.24 13.78 27.06 -
YUV 105.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 107 98 141 0.24 0.30 0 0.45 252.56 0.18 0.47
Hex 6B 62 8D 18 1E 0 2D FD 12 2F
Octal 153 142 215 30 36 0 55 375 22 57
Binary 1101011 1100010 10001101 11000 11110 0 101101 11111101 10010 101111

Color Harmonies of #6B628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B628D

Black with #6B628D

Text Example


Text Example

White with #6B628D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,98,141); }

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

background-color css

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

 a { background-color: rgb(107,98,141); }

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

border-color css

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

 span { border-color: rgb(107,98,141); }

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