Html Css Color HEX #6F6784 Kimberly

📋 copy color: '#6F6784'

red 111 ◦ green 103 ◦ blue 132

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

Shades of Kimberly #6F6784

Tints of Kimberly #6F6784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.77%

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

R = 32.08%
G = 29.77%
B = 38.15%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6F6784 (or 0x6F6784) is known color: Kimberly. HEX triplet: 6F, 67 and 84. RGB value is (111,103,132). Sum of RGB (Red+Green+Blue) = 111+103+132=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F6784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6784 is #90987B. Grayscale: #6C6C6C. Windows color (decimal): -9476220 or 8677231. OLE color: 8677231.

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

Color convert

RGB 111 103 132 -
CMYK 0.16 0.22 0 0.48
HSL 256.55º 0.12% 0.46% -
HSV(B) 256.55º 0.22% 0.52% -
XYZ 15.57 14.75 23.86 -
YUV 108.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 111 103 132 0.16 0.22 0 0.48 256.55 0.12 0.46
Hex 6F 67 84 10 16 0 30 101 C 2E
Octal 157 147 204 20 26 0 60 401 14 56
Binary 1101111 1100111 10000100 10000 10110 0 110000 100000001 1100 101110

Color Harmonies of #6F6784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6784

Black with #6F6784

Text Example


Text Example

White with #6F6784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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