Html Css Color HEX #663182 Kingfisher Daisy

📋 copy color: '#663182'

red 102 ◦ green 49 ◦ blue 130

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

Shades of Kingfisher Daisy #663182

Tints of Kingfisher Daisy #663182

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

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

R = 36.3%
G = 17.44%
B = 46.26%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#663182 (or 0x663182) is known color: Kingfisher Daisy. HEX triplet: 66, 31 and 82. RGB value is (102,49,130). Sum of RGB (Red+Green+Blue) = 102+49+130=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #663182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663182 is #99CE7D. Grayscale: #494949. Windows color (decimal): -10079870 or 8532326. OLE color: 8532326.

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

Color convert

RGB 102 49 130 -
CMYK 0.22 0.62 0 0.49
HSL 279.26º 0.45% 0.35% -
HSV(B) 279.26º 0.62% 0.51% -
XYZ 10.61 6.63 21.84 -
YUV 74.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 102 49 130 0.22 0.62 0 0.49 279.26 0.45 0.35
Hex 66 31 82 16 3E 0 31 117 2D 23
Octal 146 61 202 26 76 0 61 427 55 43
Binary 1100110 110001 10000010 10110 111110 0 110001 100010111 101101 100011

Color Harmonies of #663182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663182

Black with #663182

Text Example


Text Example

White with #663182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663182; }

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

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

background-color css

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

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

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

border-color css

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

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

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