Html Css Color HEX #6B6689 Kimberly

📋 copy color: '#6B6689'

red 107 ◦ green 102 ◦ blue 137

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

Shades of Kimberly #6B6689

Tints of Kimberly #6B6689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 30.92%
G = 29.48%
B = 39.6%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B6689 (or 0x6B6689) is known color: Kimberly. HEX triplet: 6B, 66 and 89. RGB value is (107,102,137). Sum of RGB (Red+Green+Blue) = 107+102+137=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B6689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6689 is #949976. Grayscale: #6B6B6B. Windows color (decimal): -9738615 or 9004651. OLE color: 9004651.

HSL color Cylindrical-coordinate representation of color #6B6689: hue angle of 248.57º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B6689 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 102 137 -
CMYK 0.22 0.26 0 0.46
HSL 248.57º 0.15% 0.47% -
HSV(B) 248.57º 0.26% 0.54% -
XYZ 15.33 14.43 25.65 -
YUV 107.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 107 102 137 0.22 0.26 0 0.46 248.57 0.15 0.47
Hex 6B 66 89 16 1A 0 2E F9 F 2F
Octal 153 146 211 26 32 0 56 371 17 57
Binary 1101011 1100110 10001001 10110 11010 0 101110 11111001 1111 101111

Color Harmonies of #6B6689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6689

Black with #6B6689

Text Example


Text Example

White with #6B6689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,102,137); }

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

background-color css

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

 a { background-color: rgb(107,102,137); }

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

border-color css

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

 span { border-color: rgb(107,102,137); }

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