Html Css Color HEX #661D8B Kingfisher Daisy

📋 copy color: '#661D8B'

red 102 ◦ green 29 ◦ blue 139

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

Shades of Kingfisher Daisy #661D8B

Tints of Kingfisher Daisy #661D8B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.74%

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 37.78%
G = 10.74%
B = 51.48%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#661D8B (or 0x661D8B) is known color: Kingfisher Daisy. HEX triplet: 66, 1D and 8B. RGB value is (102,29,139). Sum of RGB (Red+Green+Blue) = 102+29+139=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #661D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661D8B is #99E274. Grayscale: #3E3E3E. Windows color (decimal): -10084981 or 9117030. OLE color: 9117030.

HSL color Cylindrical-coordinate representation of color #661D8B: hue angle of 279.82º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #661D8B is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 29 139 -
CMYK 0.27 0.79 0 0.45
HSL 279.82º 0.65% 0.33% -
HSV(B) 279.82º 0.79% 0.55% -
XYZ 10.58 5.57 24.94 -
YUV 63.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 102 29 139 0.27 0.79 0 0.45 279.82 0.65 0.33
Hex 66 1D 8B 1B 4F 0 2D 118 41 21
Octal 146 35 213 33 117 0 55 430 101 41
Binary 1100110 11101 10001011 11011 1001111 0 101101 100011000 1000001 100001

Color Harmonies of #661D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661D8B

Black with #661D8B

Text Example


Text Example

White with #661D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,29,139); }

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

background-color css

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

 a { background-color: rgb(102,29,139); }

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

border-color css

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

 span { border-color: rgb(102,29,139); }

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