Html Css Color HEX #662582 Kingfisher Daisy

📋 copy color: '#662582'

red 102 ◦ green 37 ◦ blue 130

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

Shades of Kingfisher Daisy #662582

Tints of Kingfisher Daisy #662582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.75%

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

R = 37.92%
G = 13.75%
B = 48.33%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#662582 (or 0x662582) is known color: Kingfisher Daisy. HEX triplet: 66, 25 and 82. RGB value is (102,37,130). Sum of RGB (Red+Green+Blue) = 102+37+130=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #662582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662582 is #99DA7D. Grayscale: #424242. Windows color (decimal): -10082942 or 8529254. OLE color: 8529254.

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

Color convert

RGB 102 37 130 -
CMYK 0.22 0.72 0 0.49
HSL 281.94º 0.56% 0.33% -
HSV(B) 281.94º 0.72% 0.51% -
XYZ 10.17 5.76 21.69 -
YUV 67.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 102 37 130 0.22 0.72 0 0.49 281.94 0.56 0.33
Hex 66 25 82 16 48 0 31 11A 38 21
Octal 146 45 202 26 110 0 61 432 70 41
Binary 1100110 100101 10000010 10110 1001000 0 110001 100011010 111000 100001

Color Harmonies of #662582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662582

Black with #662582

Text Example


Text Example

White with #662582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662582; }

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

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

background-color css

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

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

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

border-color css

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

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

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