Html Css Color HEX #66348C Kingfisher Daisy

📋 copy color: '#66348C'

red 102 ◦ green 52 ◦ blue 140

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

Shades of Kingfisher Daisy #66348C

Tints of Kingfisher Daisy #66348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 34.69%
G = 17.69%
B = 47.62%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66348C (or 0x66348C) is known color: Kingfisher Daisy. HEX triplet: 66, 34 and 8C. RGB value is (102,52,140). Sum of RGB (Red+Green+Blue) = 102+52+140=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #66348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66348C is #99CB73. Grayscale: #4C4C4C. Windows color (decimal): -10079092 or 9188454. OLE color: 9188454.

HSL color Cylindrical-coordinate representation of color #66348C: hue angle of 274.09º 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 #66348C is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 52 140 -
CMYK 0.27 0.63 0 0.45
HSL 274.09º 0.46% 0.38% -
HSV(B) 274.09º 0.63% 0.55% -
XYZ 11.44 7.17 25.59 -
YUV 76.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 102 52 140 0.27 0.63 0 0.45 274.09 0.46 0.38
Hex 66 34 8C 1B 3F 0 2D 112 2E 26
Octal 146 64 214 33 77 0 55 422 56 46
Binary 1100110 110100 10001100 11011 111111 0 101101 100010010 101110 100110

Color Harmonies of #66348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66348C

Black with #66348C

Text Example


Text Example

White with #66348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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