Html Css Color HEX #67328E Kingfisher Daisy

📋 copy color: '#67328E'

red 103 ◦ green 50 ◦ blue 142

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

Shades of Kingfisher Daisy #67328E

Tints of Kingfisher Daisy #67328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.95%

 BLUE value IS 142 (55.86% from 255) = 48.14%

R = 34.92%
G = 16.95%
B = 48.14%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#67328E (or 0x67328E) is known color: Kingfisher Daisy. HEX triplet: 67, 32 and 8E. RGB value is (103,50,142). Sum of RGB (Red+Green+Blue) = 103+50+142=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #67328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67328E is #98CD71. Grayscale: #4C4C4C. Windows color (decimal): -10014066 or 9319015. OLE color: 9319015.

HSL color Cylindrical-coordinate representation of color #67328E: hue angle of 274.57º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67328E is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 50 142 -
CMYK 0.27 0.65 0 0.44
HSL 274.57º 0.48% 0.38% -
HSV(B) 274.57º 0.65% 0.56% -
XYZ 11.62 7.12 26.35 -
YUV 76.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 103 50 142 0.27 0.65 0 0.44 274.57 0.48 0.38
Hex 67 32 8E 1B 41 0 2C 113 30 26
Octal 147 62 216 33 101 0 54 423 60 46
Binary 1100111 110010 10001110 11011 1000001 0 101100 100010011 110000 100110

Color Harmonies of #67328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67328E

Black with #67328E

Text Example


Text Example

White with #67328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67328E; }

 p { color: rgb(103,50,142); }

 H1.HeaderClassName
 {
   color: #67328E;
 }
 .AnyTagClassName
 {
   color: #67328E;
 }
</style>

background-color css

<style>
 a { background-color: #67328E; }

 a { background-color: rgb(103,50,142); }

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

border-color css

<style>
 span { border-color: #67328E; }

 span { border-color: rgb(103,50,142); }

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