Html Css Color HEX #6F618E Kimberly

📋 copy color: '#6F618E'

red 111 ◦ green 97 ◦ blue 142

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

Shades of Kimberly #6F618E

Tints of Kimberly #6F618E

RGB

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

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

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

R = 31.71%
G = 27.71%
B = 40.57%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F618E (or 0x6F618E) is known color: Kimberly. HEX triplet: 6F, 61 and 8E. RGB value is (111,97,142). Sum of RGB (Red+Green+Blue) = 111+97+142=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F618E is #909E71. Grayscale: #6A6A6A. Windows color (decimal): -9477746 or 9331055. OLE color: 9331055.

HSL color Cylindrical-coordinate representation of color #6F618E: hue angle of 258.67º 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 #6F618E is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 97 142 -
CMYK 0.22 0.32 0 0.44
HSL 258.67º 0.19% 0.47% -
HSV(B) 258.67º 0.32% 0.56% -
XYZ 15.71 13.88 27.44 -
YUV 106.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 111 97 142 0.22 0.32 0 0.44 258.67 0.19 0.47
Hex 6F 61 8E 16 20 0 2C 103 13 2F
Octal 157 141 216 26 40 0 54 403 23 57
Binary 1101111 1100001 10001110 10110 100000 0 101100 100000011 10011 101111

Color Harmonies of #6F618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F618E

Black with #6F618E

Text Example


Text Example

White with #6F618E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,97,142); }

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

background-color css

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

 a { background-color: rgb(111,97,142); }

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

border-color css

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

 span { border-color: rgb(111,97,142); }

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