Html Css Color HEX #6F608B Kimberly

📋 copy color: '#6F608B'

red 111 ◦ green 96 ◦ blue 139

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

Shades of Kimberly #6F608B

Tints of Kimberly #6F608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 32.08%
G = 27.75%
B = 40.17%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F608B (or 0x6F608B) is known color: Kimberly. HEX triplet: 6F, 60 and 8B. RGB value is (111,96,139). Sum of RGB (Red+Green+Blue) = 111+96+139=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F608B is #909F74. Grayscale: #696969. Windows color (decimal): -9478005 or 9134191. OLE color: 9134191.

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

Color convert

RGB 111 96 139 -
CMYK 0.20 0.31 0 0.45
HSL 260.93º 0.18% 0.46% -
HSV(B) 260.93º 0.31% 0.55% -
XYZ 15.4 13.61 26.24 -
YUV 105.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 111 96 139 0.20 0.31 0 0.45 260.93 0.18 0.46
Hex 6F 60 8B 14 1F 0 2D 105 12 2E
Octal 157 140 213 24 37 0 55 405 22 56
Binary 1101111 1100000 10001011 10100 11111 0 101101 100000101 10010 101110

Color Harmonies of #6F608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F608B

Black with #6F608B

Text Example


Text Example

White with #6F608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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