Html Css Color HEX #662482 Kingfisher Daisy

📋 copy color: '#662482'

red 102 ◦ green 36 ◦ blue 130

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

Shades of Kingfisher Daisy #662482

Tints of Kingfisher Daisy #662482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.43%

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

R = 38.06%
G = 13.43%
B = 48.51%

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

#662482 (or 0x662482) is known color: Kingfisher Daisy. HEX triplet: 66, 24 and 82. RGB value is (102,36,130). Sum of RGB (Red+Green+Blue) = 102+36+130=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #662482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662482 is #99DB7D. Grayscale: #424242. Windows color (decimal): -10083198 or 8528998. OLE color: 8528998.

HSL color Cylindrical-coordinate representation of color #662482: hue angle of 282.13º degrees, saturation: 0.57, 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 #662482 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 36 130 -
CMYK 0.22 0.72 0 0.49
HSL 282.13º 0.57% 0.33% -
HSV(B) 282.13º 0.72% 0.51% -
XYZ 10.14 5.7 21.68 -
YUV 66.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 102 36 130 0.22 0.72 0 0.49 282.13 0.57 0.33
Hex 66 24 82 16 48 0 31 11A 39 21
Octal 146 44 202 26 110 0 61 432 71 41
Binary 1100110 100100 10000010 10110 1001000 0 110001 100011010 111001 100001

Color Harmonies of #662482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662482

Black with #662482

Text Example


Text Example

White with #662482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662482; }

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

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

background-color css

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

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

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

border-color css

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

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

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