Html Css Color HEX #6F6582 Kimberly

📋 copy color: '#6F6582'

red 111 ◦ green 101 ◦ blue 130

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

Shades of Kimberly #6F6582

Tints of Kimberly #6F6582

RGB

 RED value IS 111 (43.75% from 255) = 32.46%

 GREEN value IS 101 (39.84% from 255) = 29.53%

 BLUE value IS 130 (51.17% from 255) = 38.01%

R = 32.46%
G = 29.53%
B = 38.01%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6F6582 (or 0x6F6582) is known color: Kimberly. HEX triplet: 6F, 65 and 82. RGB value is (111,101,130). Sum of RGB (Red+Green+Blue) = 111+101+130=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F6582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6582 is #909A7D. Grayscale: #6B6B6B. Windows color (decimal): -9476734 or 8545647. OLE color: 8545647.

HSL color Cylindrical-coordinate representation of color #6F6582: hue angle of 260.69º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F6582 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 101 130 -
CMYK 0.15 0.22 0 0.49
HSL 260.69º 0.13% 0.45% -
HSV(B) 260.69º 0.22% 0.51% -
XYZ 15.24 14.3 23.08 -
YUV 107.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 111 101 130 0.15 0.22 0 0.49 260.69 0.13 0.45
Hex 6F 65 82 F 16 0 31 105 D 2D
Octal 157 145 202 17 26 0 61 405 15 55
Binary 1101111 1100101 10000010 1111 10110 0 110001 100000101 1101 101101

Color Harmonies of #6F6582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6582

Black with #6F6582

Text Example


Text Example

White with #6F6582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,101,130); }

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

background-color css

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

 a { background-color: rgb(111,101,130); }

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

border-color css

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

 span { border-color: rgb(111,101,130); }

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