Html Css Color HEX #6F6190 Kimberly

📋 copy color: '#6F6190'

red 111 ◦ green 97 ◦ blue 144

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

Shades of Kimberly #6F6190

Tints of Kimberly #6F6190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 31.53%
G = 27.56%
B = 40.91%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F6190 (or 0x6F6190) is known color: Kimberly. HEX triplet: 6F, 61 and 90. RGB value is (111,97,144). Sum of RGB (Red+Green+Blue) = 111+97+144=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F6190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6190 is #909E6F. Grayscale: #6A6A6A. Windows color (decimal): -9477744 or 9462127. OLE color: 9462127.

HSL color Cylindrical-coordinate representation of color #6F6190: hue angle of 257.87º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F6190 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 97 144 -
CMYK 0.23 0.33 0 0.44
HSL 257.87º 0.2% 0.47% -
HSV(B) 257.87º 0.33% 0.56% -
XYZ 15.86 13.94 28.24 -
YUV 106.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 111 97 144 0.23 0.33 0 0.44 257.87 0.2 0.47
Hex 6F 61 90 17 21 0 2C 102 14 2F
Octal 157 141 220 27 41 0 54 402 24 57
Binary 1101111 1100001 10010000 10111 100001 0 101100 100000010 10100 101111

Color Harmonies of #6F6190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6190

Black with #6F6190

Text Example


Text Example

White with #6F6190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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