Html Css Color HEX #6C628B Kimberly

📋 copy color: '#6C628B'

red 108 ◦ green 98 ◦ blue 139

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

Shades of Kimberly #6C628B

Tints of Kimberly #6C628B

RGB

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

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

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

R = 31.3%
G = 28.41%
B = 40.29%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C628B (or 0x6C628B) is known color: Kimberly. HEX triplet: 6C, 62 and 8B. RGB value is (108,98,139). Sum of RGB (Red+Green+Blue) = 108+98+139=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C628B is #939D74. Grayscale: #696969. Windows color (decimal): -9674101 or 9134700. OLE color: 9134700.

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

Color convert

RGB 108 98 139 -
CMYK 0.22 0.29 0 0.45
HSL 254.63º 0.17% 0.46% -
HSV(B) 254.63º 0.29% 0.55% -
XYZ 15.21 13.79 26.29 -
YUV 105.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 108 98 139 0.22 0.29 0 0.45 254.63 0.17 0.46
Hex 6C 62 8B 16 1D 0 2D FF 11 2E
Octal 154 142 213 26 35 0 55 377 21 56
Binary 1101100 1100010 10001011 10110 11101 0 101101 11111111 10001 101110

Color Harmonies of #6C628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C628B

Black with #6C628B

Text Example


Text Example

White with #6C628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,98,139); }

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

background-color css

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

 a { background-color: rgb(108,98,139); }

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

border-color css

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

 span { border-color: rgb(108,98,139); }

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