Html Css Color HEX #662F8D Kingfisher Daisy

📋 copy color: '#662F8D'

red 102 ◦ green 47 ◦ blue 141

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

Shades of Kingfisher Daisy #662F8D

Tints of Kingfisher Daisy #662F8D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.21%

 BLUE value IS 141 (55.47% from 255) = 48.62%

R = 35.17%
G = 16.21%
B = 48.62%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#662F8D (or 0x662F8D) is known color: Kingfisher Daisy. HEX triplet: 66, 2F and 8D. RGB value is (102,47,141). Sum of RGB (Red+Green+Blue) = 102+47+141=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #662F8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662F8D is #99D072. Grayscale: #494949. Windows color (decimal): -10080371 or 9252710. OLE color: 9252710.

HSL color Cylindrical-coordinate representation of color #662F8D: hue angle of 275.11º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662F8D is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 47 141 -
CMYK 0.28 0.67 0 0.45
HSL 275.11º 0.5% 0.37% -
HSV(B) 275.11º 0.67% 0.55% -
XYZ 11.3 6.78 25.91 -
YUV 74.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 102 47 141 0.28 0.67 0 0.45 275.11 0.5 0.37
Hex 66 2F 8D 1C 43 0 2D 113 32 25
Octal 146 57 215 34 103 0 55 423 62 45
Binary 1100110 101111 10001101 11100 1000011 0 101101 100010011 110010 100101

Color Harmonies of #662F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662F8D

Black with #662F8D

Text Example


Text Example

White with #662F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662F8D; }

 p { color: rgb(102,47,141); }

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

background-color css

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

 a { background-color: rgb(102,47,141); }

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

border-color css

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

 span { border-color: rgb(102,47,141); }

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