Html Css Color HEX #6C6689 Kimberly

📋 copy color: '#6C6689'

red 108 ◦ green 102 ◦ blue 137

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

Shades of Kimberly #6C6689

Tints of Kimberly #6C6689

RGB

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

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

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

R = 31.12%
G = 29.39%
B = 39.48%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C6689 (or 0x6C6689) is known color: Kimberly. HEX triplet: 6C, 66 and 89. RGB value is (108,102,137). Sum of RGB (Red+Green+Blue) = 108+102+137=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C6689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6689 is #939976. Grayscale: #6B6B6B. Windows color (decimal): -9673079 or 9004652. OLE color: 9004652.

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

Color convert

RGB 108 102 137 -
CMYK 0.21 0.26 0 0.46
HSL 250.29º 0.15% 0.47% -
HSV(B) 250.29º 0.26% 0.54% -
XYZ 15.45 14.5 25.65 -
YUV 107.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 108 102 137 0.21 0.26 0 0.46 250.29 0.15 0.47
Hex 6C 66 89 15 1A 0 2E FA F 2F
Octal 154 146 211 25 32 0 56 372 17 57
Binary 1101100 1100110 10001001 10101 11010 0 101110 11111010 1111 101111

Color Harmonies of #6C6689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6689

Black with #6C6689

Text Example


Text Example

White with #6C6689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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