Html Css Color HEX #6B618F Kimberly

📋 copy color: '#6B618F'

red 107 ◦ green 97 ◦ blue 143

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

Shades of Kimberly #6B618F

Tints of Kimberly #6B618F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

 BLUE value IS 143 (56.25% from 255) = 41.21%

R = 30.84%
G = 27.95%
B = 41.21%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B618F (or 0x6B618F) is known color: Kimberly. HEX triplet: 6B, 61 and 8F. RGB value is (107,97,143). Sum of RGB (Red+Green+Blue) = 107+97+143=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #6B618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B618F is #949E70. Grayscale: #696969. Windows color (decimal): -9739889 or 9396587. OLE color: 9396587.

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

Color convert

RGB 107 97 143 -
CMYK 0.25 0.32 0 0.44
HSL 253.04º 0.19% 0.47% -
HSV(B) 253.04º 0.32% 0.56% -
XYZ 15.3 13.66 27.82 -
YUV 105.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 107 97 143 0.25 0.32 0 0.44 253.04 0.19 0.47
Hex 6B 61 8F 19 20 0 2C FD 13 2F
Octal 153 141 217 31 40 0 54 375 23 57
Binary 1101011 1100001 10001111 11001 100000 0 101100 11111101 10011 101111

Color Harmonies of #6B618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B618F

Black with #6B618F

Text Example


Text Example

White with #6B618F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,97,143); }

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

background-color css

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

 a { background-color: rgb(107,97,143); }

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

border-color css

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

 span { border-color: rgb(107,97,143); }

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