Html Css Color HEX #6F6687 Kimberly

📋 copy color: '#6F6687'

red 111 ◦ green 102 ◦ blue 135

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

Shades of Kimberly #6F6687

Tints of Kimberly #6F6687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.31%

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 31.9%
G = 29.31%
B = 38.79%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6F6687 (or 0x6F6687) is known color: Kimberly. HEX triplet: 6F, 66 and 87. RGB value is (111,102,135). Sum of RGB (Red+Green+Blue) = 111+102+135=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #6F6687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6687 is #909978. Grayscale: #6C6C6C. Windows color (decimal): -9476473 or 8873583. OLE color: 8873583.

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

Color convert

RGB 111 102 135 -
CMYK 0.18 0.24 0 0.47
HSL 256.36º 0.14% 0.46% -
HSV(B) 256.36º 0.24% 0.53% -
XYZ 15.68 14.63 24.92 -
YUV 108.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 111 102 135 0.18 0.24 0 0.47 256.36 0.14 0.46
Hex 6F 66 87 12 18 0 2F 100 E 2E
Octal 157 146 207 22 30 0 57 400 16 56
Binary 1101111 1100110 10000111 10010 11000 0 101111 100000000 1110 101110

Color Harmonies of #6F6687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6687

Black with #6F6687

Text Example


Text Example

White with #6F6687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,102,135); }

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

background-color css

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

 a { background-color: rgb(111,102,135); }

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

border-color css

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

 span { border-color: rgb(111,102,135); }

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