Html Css Color HEX #68618C Kimberly

📋 copy color: '#68618C'

red 104 ◦ green 97 ◦ blue 140

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

Shades of Kimberly #68618C

Tints of Kimberly #68618C

RGB

 RED value IS 104 (41.02% from 255) = 30.5%

 GREEN value IS 97 (38.28% from 255) = 28.45%

 BLUE value IS 140 (55.08% from 255) = 41.06%

R = 30.5%
G = 28.45%
B = 41.06%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68618C (or 0x68618C) is known color: Kimberly. HEX triplet: 68, 61 and 8C. RGB value is (104,97,140). Sum of RGB (Red+Green+Blue) = 104+97+140=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #68618C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68618C is #979E73. Grayscale: #676767. Windows color (decimal): -9936500 or 9199976. OLE color: 9199976.

HSL color Cylindrical-coordinate representation of color #68618C: hue angle of 249.77º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68618C is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 97 140 -
CMYK 0.26 0.31 0 0.45
HSL 249.77º 0.18% 0.46% -
HSV(B) 249.77º 0.31% 0.55% -
XYZ 14.72 13.39 26.62 -
YUV 104 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 104 97 140 0.26 0.31 0 0.45 249.77 0.18 0.46
Hex 68 61 8C 1A 1F 0 2D FA 12 2E
Octal 150 141 214 32 37 0 55 372 22 56
Binary 1101000 1100001 10001100 11010 11111 0 101101 11111010 10010 101110

Color Harmonies of #68618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68618C

Black with #68618C

Text Example


Text Example

White with #68618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68618C; }

 p { color: rgb(104,97,140); }

 H1.HeaderClassName
 {
   color: #68618C;
 }
 .AnyTagClassName
 {
   color: #68618C;
 }
</style>

background-color css

<style>
 a { background-color: #68618C; }

 a { background-color: rgb(104,97,140); }

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

border-color css

<style>
 span { border-color: #68618C; }

 span { border-color: rgb(104,97,140); }

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