Html Css Color HEX #68588C Butterfly Bush

📋 copy color: '#68588C'

red 104 ◦ green 88 ◦ blue 140

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

Shades of Butterfly Bush #68588C

Tints of Butterfly Bush #68588C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.51%

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

R = 31.33%
G = 26.51%
B = 42.17%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68588C (or 0x68588C) is known color: Butterfly Bush. HEX triplet: 68, 58 and 8C. RGB value is (104,88,140). Sum of RGB (Red+Green+Blue) = 104+88+140=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #68588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68588C is #97A773. Grayscale: #626262. Windows color (decimal): -9938804 or 9197672. OLE color: 9197672.

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

Color convert

RGB 104 88 140 -
CMYK 0.26 0.37 0 0.45
HSL 258.46º 0.23% 0.45% -
HSV(B) 258.46º 0.37% 0.55% -
XYZ 13.93 11.82 26.36 -
YUV 98.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 104 88 140 0.26 0.37 0 0.45 258.46 0.23 0.45
Hex 68 58 8C 1A 25 0 2D 102 17 2D
Octal 150 130 214 32 45 0 55 402 27 55
Binary 1101000 1011000 10001100 11010 100101 0 101101 100000010 10111 101101

Color Harmonies of #68588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68588C

Black with #68588C

Text Example


Text Example

White with #68588C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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