Html Css Color HEX #6F6988 Kimberly

📋 copy color: '#6F6988'

red 111 ◦ green 105 ◦ blue 136

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

Shades of Kimberly #6F6988

Tints of Kimberly #6F6988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.83%

 BLUE value IS 136 (53.52% from 255) = 38.64%

R = 31.53%
G = 29.83%
B = 38.64%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6F6988 (or 0x6F6988) is known color: Kimberly. HEX triplet: 6F, 69 and 88. RGB value is (111,105,136). Sum of RGB (Red+Green+Blue) = 111+105+136=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #6F6988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6988 is #909677. Grayscale: #6E6E6E. Windows color (decimal): -9475704 or 8939887. OLE color: 8939887.

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

Color convert

RGB 111 105 136 -
CMYK 0.18 0.23 0 0.47
HSL 251.61º 0.13% 0.47% -
HSV(B) 251.61º 0.23% 0.53% -
XYZ 16.05 15.26 25.39 -
YUV 110.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 111 105 136 0.18 0.23 0 0.47 251.61 0.13 0.47
Hex 6F 69 88 12 17 0 2F FC D 2F
Octal 157 151 210 22 27 0 57 374 15 57
Binary 1101111 1101001 10001000 10010 10111 0 101111 11111100 1101 101111

Color Harmonies of #6F6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6988

Black with #6F6988

Text Example


Text Example

White with #6F6988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,105,136); }

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

background-color css

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

 a { background-color: rgb(111,105,136); }

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

border-color css

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

 span { border-color: rgb(111,105,136); }

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