Html Css Color HEX #6F6289 Kimberly

📋 copy color: '#6F6289'

red 111 ◦ green 98 ◦ blue 137

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

Shades of Kimberly #6F6289

Tints of Kimberly #6F6289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 32.08%
G = 28.32%
B = 39.6%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F6289 (or 0x6F6289) is known color: Kimberly. HEX triplet: 6F, 62 and 89. RGB value is (111,98,137). Sum of RGB (Red+Green+Blue) = 111+98+137=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F6289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6289 is #909D76. Grayscale: #6A6A6A. Windows color (decimal): -9477495 or 9003631. OLE color: 9003631.

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

Color convert

RGB 111 98 137 -
CMYK 0.19 0.28 0 0.46
HSL 260º 0.17% 0.46% -
HSV(B) 260º 0.28% 0.54% -
XYZ 15.44 13.92 25.54 -
YUV 106.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 111 98 137 0.19 0.28 0 0.46 260 0.17 0.46
Hex 6F 62 89 13 1C 0 2E 104 11 2E
Octal 157 142 211 23 34 0 56 404 21 56
Binary 1101111 1100010 10001001 10011 11100 0 101110 100000100 10001 101110

Color Harmonies of #6F6289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6289

Black with #6F6289

Text Example


Text Example

White with #6F6289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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