Html Css Color HEX #6F6089 Kimberly

📋 copy color: '#6F6089'

red 111 ◦ green 96 ◦ blue 137

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

Shades of Kimberly #6F6089

Tints of Kimberly #6F6089

RGB

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

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

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

R = 32.27%
G = 27.91%
B = 39.83%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F6089 (or 0x6F6089) is known color: Kimberly. HEX triplet: 6F, 60 and 89. RGB value is (111,96,137). Sum of RGB (Red+Green+Blue) = 111+96+137=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F6089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6089 is #909F76. Grayscale: #696969. Windows color (decimal): -9478007 or 9003119. OLE color: 9003119.

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

Color convert

RGB 111 96 137 -
CMYK 0.19 0.30 0 0.46
HSL 261.95º 0.18% 0.46% -
HSV(B) 261.95º 0.3% 0.54% -
XYZ 15.25 13.55 25.48 -
YUV 105.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 111 96 137 0.19 0.30 0 0.46 261.95 0.18 0.46
Hex 6F 60 89 13 1E 0 2E 106 12 2E
Octal 157 140 211 23 36 0 56 406 22 56
Binary 1101111 1100000 10001001 10011 11110 0 101110 100000110 10010 101110

Color Harmonies of #6F6089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6089

Black with #6F6089

Text Example


Text Example

White with #6F6089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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