Html Css Color HEX #66338D Kingfisher Daisy

📋 copy color: '#66338D'

red 102 ◦ green 51 ◦ blue 141

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

Shades of Kingfisher Daisy #66338D

Tints of Kingfisher Daisy #66338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.35%

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

R = 34.69%
G = 17.35%
B = 47.96%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66338D (or 0x66338D) is known color: Kingfisher Daisy. HEX triplet: 66, 33 and 8D. RGB value is (102,51,141). Sum of RGB (Red+Green+Blue) = 102+51+141=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #66338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66338D is #99CC72. Grayscale: #4C4C4C. Windows color (decimal): -10079347 or 9253734. OLE color: 9253734.

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

Color convert

RGB 102 51 141 -
CMYK 0.28 0.64 0 0.45
HSL 274º 0.47% 0.38% -
HSV(B) 274º 0.64% 0.55% -
XYZ 11.47 7.12 25.97 -
YUV 76.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 102 51 141 0.28 0.64 0 0.45 274 0.47 0.38
Hex 66 33 8D 1C 40 0 2D 112 2F 26
Octal 146 63 215 34 100 0 55 422 57 46
Binary 1100110 110011 10001101 11100 1000000 0 101101 100010010 101111 100110

Color Harmonies of #66338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66338D

Black with #66338D

Text Example


Text Example

White with #66338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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