Html Css Color HEX #68558B Butterfly Bush

📋 copy color: '#68558B'

red 104 ◦ green 85 ◦ blue 139

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

Shades of Butterfly Bush #68558B

Tints of Butterfly Bush #68558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.91%

 BLUE value IS 139 (54.69% from 255) = 42.38%

R = 31.71%
G = 25.91%
B = 42.38%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68558B (or 0x68558B) is known color: Butterfly Bush. HEX triplet: 68, 55 and 8B. RGB value is (104,85,139). Sum of RGB (Red+Green+Blue) = 104+85+139=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #68558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68558B is #97AA74. Grayscale: #606060. Windows color (decimal): -9939573 or 9131368. OLE color: 9131368.

HSL color Cylindrical-coordinate representation of color #68558B: hue angle of 261.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68558B is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 85 139 -
CMYK 0.25 0.39 0 0.45
HSL 261.11º 0.24% 0.44% -
HSV(B) 261.11º 0.39% 0.55% -
XYZ 13.62 11.3 25.89 -
YUV 96.84 151.79 133.11 -
System Red Green Blue C M Y K H S L
Decimal 104 85 139 0.25 0.39 0 0.45 261.11 0.24 0.44
Hex 68 55 8B 19 27 0 2D 105 18 2C
Octal 150 125 213 31 47 0 55 405 30 54
Binary 1101000 1010101 10001011 11001 100111 0 101101 100000101 11000 101100

Color Harmonies of #68558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68558B

Black with #68558B

Text Example


Text Example

White with #68558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68558B; }

 p { color: rgb(104,85,139); }

 H1.HeaderClassName
 {
   color: #68558B;
 }
 .AnyTagClassName
 {
   color: #68558B;
 }
</style>

background-color css

<style>
 a { background-color: #68558B; }

 a { background-color: rgb(104,85,139); }

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

border-color css

<style>
 span { border-color: #68558B; }

 span { border-color: rgb(104,85,139); }

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