Html Css Color HEX #68618A Kimberly

📋 copy color: '#68618A'

red 104 ◦ green 97 ◦ blue 138

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

Shades of Kimberly #68618A

Tints of Kimberly #68618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 30.68%
G = 28.61%
B = 40.71%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68618A (or 0x68618A) is known color: Kimberly. HEX triplet: 68, 61 and 8A. RGB value is (104,97,138). Sum of RGB (Red+Green+Blue) = 104+97+138=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #68618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68618A is #979E75. Grayscale: #676767. Windows color (decimal): -9936502 or 9068904. OLE color: 9068904.

HSL color Cylindrical-coordinate representation of color #68618A: hue angle of 250.24º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68618A is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 97 138 -
CMYK 0.25 0.30 0 0.46
HSL 250.24º 0.17% 0.46% -
HSV(B) 250.24º 0.3% 0.54% -
XYZ 14.57 13.33 25.85 -
YUV 103.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 104 97 138 0.25 0.30 0 0.46 250.24 0.17 0.46
Hex 68 61 8A 19 1E 0 2E FA 11 2E
Octal 150 141 212 31 36 0 56 372 21 56
Binary 1101000 1100001 10001010 11001 11110 0 101110 11111010 10001 101110

Color Harmonies of #68618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68618A

Black with #68618A

Text Example


Text Example

White with #68618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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