Html Css Color HEX #6B6988 Kimberly

📋 copy color: '#6B6988'

red 107 ◦ green 105 ◦ blue 136

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

Shades of Kimberly #6B6988

Tints of Kimberly #6B6988

RGB

 RED value IS 107 (42.19% from 255) = 30.75%

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

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

R = 30.75%
G = 30.17%
B = 39.08%

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

#6B6988 (or 0x6B6988) is known color: Kimberly. HEX triplet: 6B, 69 and 88. RGB value is (107,105,136). Sum of RGB (Red+Green+Blue) = 107+105+136=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #6B6988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6988 is #949677. Grayscale: #6D6D6D. Windows color (decimal): -9737848 or 8939883. OLE color: 8939883.

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

Color convert

RGB 107 105 136 -
CMYK 0.21 0.23 0 0.47
HSL 243.87º 0.13% 0.47% -
HSV(B) 243.87º 0.23% 0.53% -
XYZ 15.56 15.01 25.37 -
YUV 109.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 107 105 136 0.21 0.23 0 0.47 243.87 0.13 0.47
Hex 6B 69 88 15 17 0 2F F4 D 2F
Octal 153 151 210 25 27 0 57 364 15 57
Binary 1101011 1101001 10001000 10101 10111 0 101111 11110100 1101 101111

Color Harmonies of #6B6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6988

Black with #6B6988

Text Example


Text Example

White with #6B6988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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