Html Css Color HEX #6F608E Kimberly

📋 copy color: '#6F608E'

red 111 ◦ green 96 ◦ blue 142

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

Shades of Kimberly #6F608E

Tints of Kimberly #6F608E

RGB

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

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

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

R = 31.81%
G = 27.51%
B = 40.69%

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

#6F608E (or 0x6F608E) is known color: Kimberly. HEX triplet: 6F, 60 and 8E. RGB value is (111,96,142). Sum of RGB (Red+Green+Blue) = 111+96+142=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F608E is #909F71. Grayscale: #696969. Windows color (decimal): -9478002 or 9330799. OLE color: 9330799.

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

Color convert

RGB 111 96 142 -
CMYK 0.22 0.32 0 0.44
HSL 259.57º 0.19% 0.47% -
HSV(B) 259.57º 0.32% 0.56% -
XYZ 15.62 13.7 27.41 -
YUV 105.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 111 96 142 0.22 0.32 0 0.44 259.57 0.19 0.47
Hex 6F 60 8E 16 20 0 2C 104 13 2F
Octal 157 140 216 26 40 0 54 404 23 57
Binary 1101111 1100000 10001110 10110 100000 0 101100 100000100 10011 101111

Color Harmonies of #6F608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F608E

Black with #6F608E

Text Example


Text Example

White with #6F608E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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