Html Css Color HEX #6C688E Kimberly

📋 copy color: '#6C688E'

red 108 ◦ green 104 ◦ blue 142

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

Shades of Kimberly #6C688E

Tints of Kimberly #6C688E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 142 (55.86% from 255) = 40.11%

R = 30.51%
G = 29.38%
B = 40.11%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C688E (or 0x6C688E) is known color: Kimberly. HEX triplet: 6C, 68 and 8E. RGB value is (108,104,142). Sum of RGB (Red+Green+Blue) = 108+104+142=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C688E is #939771. Grayscale: #6D6D6D. Windows color (decimal): -9672562 or 9332844. OLE color: 9332844.

HSL color Cylindrical-coordinate representation of color #6C688E: hue angle of 246.32º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C688E is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 104 142 -
CMYK 0.24 0.27 0 0.44
HSL 246.32º 0.15% 0.48% -
HSV(B) 246.32º 0.27% 0.56% -
XYZ 16.02 15.04 27.65 -
YUV 109.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 108 104 142 0.24 0.27 0 0.44 246.32 0.15 0.48
Hex 6C 68 8E 18 1B 0 2C F6 F 30
Octal 154 150 216 30 33 0 54 366 17 60
Binary 1101100 1101000 10001110 11000 11011 0 101100 11110110 1111 110000

Color Harmonies of #6C688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C688E

Black with #6C688E

Text Example


Text Example

White with #6C688E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,104,142); }

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

background-color css

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

 a { background-color: rgb(108,104,142); }

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

border-color css

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

 span { border-color: rgb(108,104,142); }

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