Html Css Color HEX #6F608D Kimberly

📋 copy color: '#6F608D'

red 111 ◦ green 96 ◦ blue 141

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

Shades of Kimberly #6F608D

Tints of Kimberly #6F608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 31.9%
G = 27.59%
B = 40.52%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F608D (or 0x6F608D) is known color: Kimberly. HEX triplet: 6F, 60 and 8D. RGB value is (111,96,141). Sum of RGB (Red+Green+Blue) = 111+96+141=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F608D is #909F72. Grayscale: #696969. Windows color (decimal): -9478003 or 9265263. OLE color: 9265263.

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

Color convert

RGB 111 96 141 -
CMYK 0.21 0.32 0 0.45
HSL 260º 0.19% 0.46% -
HSV(B) 260º 0.32% 0.55% -
XYZ 15.55 13.67 27.02 -
YUV 105.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 111 96 141 0.21 0.32 0 0.45 260 0.19 0.46
Hex 6F 60 8D 15 20 0 2D 104 13 2E
Octal 157 140 215 25 40 0 55 404 23 56
Binary 1101111 1100000 10001101 10101 100000 0 101101 100000100 10011 101110

Color Harmonies of #6F608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F608D

Black with #6F608D

Text Example


Text Example

White with #6F608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,96,141); }

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

background-color css

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

 a { background-color: rgb(111,96,141); }

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

border-color css

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

 span { border-color: rgb(111,96,141); }

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