Html Css Color HEX #66348B Kingfisher Daisy

📋 copy color: '#66348B'

red 102 ◦ green 52 ◦ blue 139

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

Shades of Kingfisher Daisy #66348B

Tints of Kingfisher Daisy #66348B

RGB

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

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

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

R = 34.81%
G = 17.75%
B = 47.44%

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

#66348B (or 0x66348B) is known color: Kingfisher Daisy. HEX triplet: 66, 34 and 8B. RGB value is (102,52,139). Sum of RGB (Red+Green+Blue) = 102+52+139=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #66348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66348B is #99CB74. Grayscale: #4C4C4C. Windows color (decimal): -10079093 or 9122918. OLE color: 9122918.

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

Color convert

RGB 102 52 139 -
CMYK 0.27 0.63 0 0.45
HSL 274.48º 0.46% 0.37% -
HSV(B) 274.48º 0.63% 0.55% -
XYZ 11.37 7.14 25.21 -
YUV 76.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 102 52 139 0.27 0.63 0 0.45 274.48 0.46 0.37
Hex 66 34 8B 1B 3F 0 2D 112 2E 25
Octal 146 64 213 33 77 0 55 422 56 45
Binary 1100110 110100 10001011 11011 111111 0 101101 100010010 101110 100101

Color Harmonies of #66348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66348B

Black with #66348B

Text Example


Text Example

White with #66348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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