Html Css Color HEX #6C6987 Kimberly

📋 copy color: '#6C6987'

red 108 ◦ green 105 ◦ blue 135

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

Shades of Kimberly #6C6987

Tints of Kimberly #6C6987

RGB

 RED value IS 108 (42.58% from 255) = 31.03%

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

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

R = 31.03%
G = 30.17%
B = 38.79%

CMYK

 C value IS 0.2

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6C6987 (or 0x6C6987) is known color: Kimberly. HEX triplet: 6C, 69 and 87. RGB value is (108,105,135). Sum of RGB (Red+Green+Blue) = 108+105+135=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 105 (41.41% from 255 or 30.17% 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 #6C6987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6987 is #939678. Grayscale: #6D6D6D. Windows color (decimal): -9672313 or 8874348. OLE color: 8874348.

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

Color convert

RGB 108 105 135 -
CMYK 0.2 0.22 0 0.47
HSL 246º 0.13% 0.47% -
HSV(B) 246º 0.22% 0.53% -
XYZ 15.61 15.04 25 -
YUV 109.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 108 105 135 0.2 0.22 0 0.47 246 0.13 0.47
Hex 6C 69 87 14 16 0 2F F6 C 2F
Octal 154 151 207 24 26 0 57 366 14 57
Binary 1101100 1101001 10000111 10100 10110 0 101111 11110110 1100 101111

Color Harmonies of #6C6987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6987

Black with #6C6987

Text Example


Text Example

White with #6C6987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,105,135); }

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

background-color css

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

 a { background-color: rgb(108,105,135); }

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

border-color css

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

 span { border-color: rgb(108,105,135); }

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