Html Css Color HEX #663382 Kingfisher Daisy

📋 copy color: '#663382'

red 102 ◦ green 51 ◦ blue 130

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

Shades of Kingfisher Daisy #663382

Tints of Kingfisher Daisy #663382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.94%

R = 36.04%
G = 18.02%
B = 45.94%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#663382 (or 0x663382) is known color: Kingfisher Daisy. HEX triplet: 66, 33 and 82. RGB value is (102,51,130). Sum of RGB (Red+Green+Blue) = 102+51+130=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #663382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663382 is #99CC7D. Grayscale: #4A4A4A. Windows color (decimal): -10079358 or 8532838. OLE color: 8532838.

HSL color Cylindrical-coordinate representation of color #663382: hue angle of 278.73º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #663382 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 51 130 -
CMYK 0.22 0.61 0 0.49
HSL 278.73º 0.44% 0.35% -
HSV(B) 278.73º 0.61% 0.51% -
XYZ 10.69 6.8 21.87 -
YUV 75.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 102 51 130 0.22 0.61 0 0.49 278.73 0.44 0.35
Hex 66 33 82 16 3D 0 31 117 2C 23
Octal 146 63 202 26 75 0 61 427 54 43
Binary 1100110 110011 10000010 10110 111101 0 110001 100010111 101100 100011

Color Harmonies of #663382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663382

Black with #663382

Text Example


Text Example

White with #663382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663382; }

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

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

background-color css

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

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

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

border-color css

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

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

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