Html Css Color HEX #662682 Kingfisher Daisy

📋 copy color: '#662682'

red 102 ◦ green 38 ◦ blue 130

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

Shades of Kingfisher Daisy #662682

Tints of Kingfisher Daisy #662682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.07%

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

R = 37.78%
G = 14.07%
B = 48.15%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#662682 (or 0x662682) is known color: Kingfisher Daisy. HEX triplet: 66, 26 and 82. RGB value is (102,38,130). Sum of RGB (Red+Green+Blue) = 102+38+130=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #662682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662682 is #99D97D. Grayscale: #434343. Windows color (decimal): -10082686 or 8529510. OLE color: 8529510.

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

Color convert

RGB 102 38 130 -
CMYK 0.22 0.71 0 0.49
HSL 281.74º 0.55% 0.33% -
HSV(B) 281.74º 0.71% 0.51% -
XYZ 10.2 5.82 21.71 -
YUV 67.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 102 38 130 0.22 0.71 0 0.49 281.74 0.55 0.33
Hex 66 26 82 16 47 0 31 11A 37 21
Octal 146 46 202 26 107 0 61 432 67 41
Binary 1100110 100110 10000010 10110 1000111 0 110001 100011010 110111 100001

Color Harmonies of #662682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662682

Black with #662682

Text Example


Text Example

White with #662682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662682; }

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

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

background-color css

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

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

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

border-color css

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

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

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