Html Css Color HEX #6F6889 Kimberly

📋 copy color: '#6F6889'

red 111 ◦ green 104 ◦ blue 137

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

Shades of Kimberly #6F6889

Tints of Kimberly #6F6889

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.55%

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

R = 31.53%
G = 29.55%
B = 38.92%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F6889 (or 0x6F6889) is known color: Kimberly. HEX triplet: 6F, 68 and 89. RGB value is (111,104,137). Sum of RGB (Red+Green+Blue) = 111+104+137=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F6889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6889 is #909776. Grayscale: #6D6D6D. Windows color (decimal): -9475959 or 9005167. OLE color: 9005167.

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

Color convert

RGB 111 104 137 -
CMYK 0.19 0.24 0 0.46
HSL 252.73º 0.14% 0.47% -
HSV(B) 252.73º 0.24% 0.54% -
XYZ 16.02 15.09 25.73 -
YUV 109.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 111 104 137 0.19 0.24 0 0.46 252.73 0.14 0.47
Hex 6F 68 89 13 18 0 2E FD E 2F
Octal 157 150 211 23 30 0 56 375 16 57
Binary 1101111 1101000 10001001 10011 11000 0 101110 11111101 1110 101111

Color Harmonies of #6F6889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6889

Black with #6F6889

Text Example


Text Example

White with #6F6889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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