Html Css Color HEX #661F87 Kingfisher Daisy

📋 copy color: '#661F87'

red 102 ◦ green 31 ◦ blue 135

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

Shades of Kingfisher Daisy #661F87

Tints of Kingfisher Daisy #661F87

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.57%

 BLUE value IS 135 (53.13% from 255) = 50.37%

R = 38.06%
G = 11.57%
B = 50.37%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#661F87 (or 0x661F87) is known color: Kingfisher Daisy. HEX triplet: 66, 1F and 87. RGB value is (102,31,135). Sum of RGB (Red+Green+Blue) = 102+31+135=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #661F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661F87 is #99E078. Grayscale: #3F3F3F. Windows color (decimal): -10084473 or 8855398. OLE color: 8855398.

HSL color Cylindrical-coordinate representation of color #661F87: hue angle of 280.96º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #661F87 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 31 135 -
CMYK 0.24 0.77 0 0.47
HSL 280.96º 0.63% 0.33% -
HSV(B) 280.96º 0.77% 0.53% -
XYZ 10.34 5.55 23.45 -
YUV 64.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 102 31 135 0.24 0.77 0 0.47 280.96 0.63 0.33
Hex 66 1F 87 18 4D 0 2F 119 3F 21
Octal 146 37 207 30 115 0 57 431 77 41
Binary 1100110 11111 10000111 11000 1001101 0 101111 100011001 111111 100001

Color Harmonies of #661F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661F87

Black with #661F87

Text Example


Text Example

White with #661F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661F87; }

 p { color: rgb(102,31,135); }

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

background-color css

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

 a { background-color: rgb(102,31,135); }

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

border-color css

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

 span { border-color: rgb(102,31,135); }

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