Html Css Color HEX #67509B Butterfly Bush

📋 copy color: '#67509B'

red 103 ◦ green 80 ◦ blue 155

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

Shades of Butterfly Bush #67509B

Tints of Butterfly Bush #67509B

RGB

 RED value IS 103 (40.63% from 255) = 30.47%

 GREEN value IS 80 (31.64% from 255) = 23.67%

 BLUE value IS 155 (60.94% from 255) = 45.86%

R = 30.47%
G = 23.67%
B = 45.86%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67509B (or 0x67509B) is known color: Butterfly Bush. HEX triplet: 67, 50 and 9B. RGB value is (103,80,155). Sum of RGB (Red+Green+Blue) = 103+80+155=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #67509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67509B is #98AF64. Grayscale: #5F5F5F. Windows color (decimal): -10006373 or 10178663. OLE color: 10178663.

HSL color Cylindrical-coordinate representation of color #67509B: hue angle of 258.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67509B is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 80 155 -
CMYK 0.34 0.48 0 0.39
HSL 258.4º 0.32% 0.46% -
HSV(B) 258.4º 0.48% 0.61% -
XYZ 14.38 10.99 32.37 -
YUV 95.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 103 80 155 0.34 0.48 0 0.39 258.4 0.32 0.46
Hex 67 50 9B 22 30 0 27 102 20 2E
Octal 147 120 233 42 60 0 47 402 40 56
Binary 1100111 1010000 10011011 100010 110000 0 100111 100000010 100000 101110

Color Harmonies of #67509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67509B

Black with #67509B

Text Example


Text Example

White with #67509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,80,155); }

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

background-color css

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

 a { background-color: rgb(103,80,155); }

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

border-color css

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

 span { border-color: rgb(103,80,155); }

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