Html Css Color HEX #66348D Kingfisher Daisy

📋 copy color: '#66348D'

red 102 ◦ green 52 ◦ blue 141

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

Shades of Kingfisher Daisy #66348D

Tints of Kingfisher Daisy #66348D

RGB

 RED value IS 102 (40.23% from 255) = 34.58%

 GREEN value IS 52 (20.7% from 255) = 17.63%

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 34.58%
G = 17.63%
B = 47.8%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66348D (or 0x66348D) is known color: Kingfisher Daisy. HEX triplet: 66, 34 and 8D. RGB value is (102,52,141). Sum of RGB (Red+Green+Blue) = 102+52+141=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #66348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66348D is #99CB72. Grayscale: #4C4C4C. Windows color (decimal): -10079091 or 9253990. OLE color: 9253990.

HSL color Cylindrical-coordinate representation of color #66348D: hue angle of 273.71º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66348D is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 52 141 -
CMYK 0.28 0.63 0 0.45
HSL 273.71º 0.46% 0.38% -
HSV(B) 273.71º 0.63% 0.55% -
XYZ 11.52 7.2 25.98 -
YUV 77.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 102 52 141 0.28 0.63 0 0.45 273.71 0.46 0.38
Hex 66 34 8D 1C 3F 0 2D 112 2E 26
Octal 146 64 215 34 77 0 55 422 56 46
Binary 1100110 110100 10001101 11100 111111 0 101101 100010010 101110 100110

Color Harmonies of #66348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66348D

Black with #66348D

Text Example


Text Example

White with #66348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66348D; }

 p { color: rgb(102,52,141); }

 H1.HeaderClassName
 {
   color: #66348D;
 }
 .AnyTagClassName
 {
   color: #66348D;
 }
</style>

background-color css

<style>
 a { background-color: #66348D; }

 a { background-color: rgb(102,52,141); }

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

border-color css

<style>
 span { border-color: #66348D; }

 span { border-color: rgb(102,52,141); }

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