Html Css Color HEX #6B628E Kimberly

📋 copy color: '#6B628E'

red 107 ◦ green 98 ◦ blue 142

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

Shades of Kimberly #6B628E

Tints of Kimberly #6B628E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 30.84%
G = 28.24%
B = 40.92%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B628E (or 0x6B628E) is known color: Kimberly. HEX triplet: 6B, 62 and 8E. RGB value is (107,98,142). Sum of RGB (Red+Green+Blue) = 107+98+142=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B628E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B628E is #949D71. Grayscale: #696969. Windows color (decimal): -9739634 or 9331307. OLE color: 9331307.

HSL color Cylindrical-coordinate representation of color #6B628E: hue angle of 252.27º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B628E is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 98 142 -
CMYK 0.25 0.31 0 0.44
HSL 252.27º 0.18% 0.47% -
HSV(B) 252.27º 0.31% 0.56% -
XYZ 15.31 13.81 27.45 -
YUV 105.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 107 98 142 0.25 0.31 0 0.44 252.27 0.18 0.47
Hex 6B 62 8E 19 1F 0 2C FC 12 2F
Octal 153 142 216 31 37 0 54 374 22 57
Binary 1101011 1100010 10001110 11001 11111 0 101100 11111100 10010 101111

Color Harmonies of #6B628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B628E

Black with #6B628E

Text Example


Text Example

White with #6B628E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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