Html Css Color HEX #6F6287 Kimberly

📋 copy color: '#6F6287'

red 111 ◦ green 98 ◦ blue 135

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

Shades of Kimberly #6F6287

Tints of Kimberly #6F6287

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.49%

 BLUE value IS 135 (53.13% from 255) = 39.24%

R = 32.27%
G = 28.49%
B = 39.24%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6F6287 (or 0x6F6287) is known color: Kimberly. HEX triplet: 6F, 62 and 87. RGB value is (111,98,135). Sum of RGB (Red+Green+Blue) = 111+98+135=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #6F6287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6287 is #909D78. Grayscale: #696969. Windows color (decimal): -9477497 or 8872559. OLE color: 8872559.

HSL color Cylindrical-coordinate representation of color #6F6287: hue angle of 261.08º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F6287 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 98 135 -
CMYK 0.18 0.27 0 0.47
HSL 261.08º 0.16% 0.46% -
HSV(B) 261.08º 0.27% 0.53% -
XYZ 15.3 13.86 24.79 -
YUV 106.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 111 98 135 0.18 0.27 0 0.47 261.08 0.16 0.46
Hex 6F 62 87 12 1B 0 2F 105 10 2E
Octal 157 142 207 22 33 0 57 405 20 56
Binary 1101111 1100010 10000111 10010 11011 0 101111 100000101 10000 101110

Color Harmonies of #6F6287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6287

Black with #6F6287

Text Example


Text Example

White with #6F6287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,98,135); }

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

background-color css

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

 a { background-color: rgb(111,98,135); }

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

border-color css

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

 span { border-color: rgb(111,98,135); }

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