Html Css Color HEX #6C6988 Kimberly

📋 copy color: '#6C6988'

red 108 ◦ green 105 ◦ blue 136

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

Shades of Kimberly #6C6988

Tints of Kimberly #6C6988

RGB

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

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

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

R = 30.95%
G = 30.09%
B = 38.97%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6C6988 (or 0x6C6988) is known color: Kimberly. HEX triplet: 6C, 69 and 88. RGB value is (108,105,136). Sum of RGB (Red+Green+Blue) = 108+105+136=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C6988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6988 is #939677. Grayscale: #6D6D6D. Windows color (decimal): -9672312 or 8939884. OLE color: 8939884.

HSL color Cylindrical-coordinate representation of color #6C6988: hue angle of 245.81º 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 #6C6988 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 105 136 -
CMYK 0.21 0.23 0 0.47
HSL 245.81º 0.13% 0.47% -
HSV(B) 245.81º 0.23% 0.53% -
XYZ 15.68 15.07 25.37 -
YUV 109.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 108 105 136 0.21 0.23 0 0.47 245.81 0.13 0.47
Hex 6C 69 88 15 17 0 2F F6 D 2F
Octal 154 151 210 25 27 0 57 366 15 57
Binary 1101100 1101001 10001000 10101 10111 0 101111 11110110 1101 101111

Color Harmonies of #6C6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6988

Black with #6C6988

Text Example


Text Example

White with #6C6988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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