Html Css Color HEX #68588A Butterfly Bush

📋 copy color: '#68588A'

red 104 ◦ green 88 ◦ blue 138

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

Shades of Butterfly Bush #68588A

Tints of Butterfly Bush #68588A

RGB

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

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

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

R = 31.52%
G = 26.67%
B = 41.82%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68588A (or 0x68588A) is known color: Butterfly Bush. HEX triplet: 68, 58 and 8A. RGB value is (104,88,138). Sum of RGB (Red+Green+Blue) = 104+88+138=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #68588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68588A is #97A775. Grayscale: #626262. Windows color (decimal): -9938806 or 9066600. OLE color: 9066600.

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

Color convert

RGB 104 88 138 -
CMYK 0.25 0.36 0 0.46
HSL 259.2º 0.22% 0.44% -
HSV(B) 259.2º 0.36% 0.54% -
XYZ 13.79 11.76 25.59 -
YUV 98.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 104 88 138 0.25 0.36 0 0.46 259.2 0.22 0.44
Hex 68 58 8A 19 24 0 2E 103 16 2C
Octal 150 130 212 31 44 0 56 403 26 54
Binary 1101000 1011000 10001010 11001 100100 0 101110 100000011 10110 101100

Color Harmonies of #68588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68588A

Black with #68588A

Text Example


Text Example

White with #68588A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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