Html Css Color HEX #6F6884 Kimberly

📋 copy color: '#6F6884'

red 111 ◦ green 104 ◦ blue 132

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

Shades of Kimberly #6F6884

Tints of Kimberly #6F6884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 31.99%
G = 29.97%
B = 38.04%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6F6884 (or 0x6F6884) is known color: Kimberly. HEX triplet: 6F, 68 and 84. RGB value is (111,104,132). Sum of RGB (Red+Green+Blue) = 111+104+132=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F6884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6884 is #90977B. Grayscale: #6D6D6D. Windows color (decimal): -9475964 or 8677487. OLE color: 8677487.

HSL color Cylindrical-coordinate representation of color #6F6884: hue angle of 255º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F6884 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 104 132 -
CMYK 0.16 0.21 0 0.48
HSL 255º 0.12% 0.46% -
HSV(B) 255º 0.21% 0.52% -
XYZ 15.67 14.95 23.89 -
YUV 109.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 111 104 132 0.16 0.21 0 0.48 255 0.12 0.46
Hex 6F 68 84 10 15 0 30 FF C 2E
Octal 157 150 204 20 25 0 60 377 14 56
Binary 1101111 1101000 10000100 10000 10101 0 110000 11111111 1100 101110

Color Harmonies of #6F6884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6884

Black with #6F6884

Text Example


Text Example

White with #6F6884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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