Html Css Color HEX #672E8D Kingfisher Daisy

📋 copy color: '#672E8D'

red 103 ◦ green 46 ◦ blue 141

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

Shades of Kingfisher Daisy #672E8D

Tints of Kingfisher Daisy #672E8D

RGB

 RED value IS 103 (40.63% from 255) = 35.52%

 GREEN value IS 46 (18.36% from 255) = 15.86%

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

R = 35.52%
G = 15.86%
B = 48.62%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#672E8D (or 0x672E8D) is known color: Kingfisher Daisy. HEX triplet: 67, 2E and 8D. RGB value is (103,46,141). Sum of RGB (Red+Green+Blue) = 103+46+141=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 46 (18.36% from 255 or 15.86% 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 #672E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672E8D is #98D172. Grayscale: #494949. Windows color (decimal): -10015091 or 9252455. OLE color: 9252455.

HSL color Cylindrical-coordinate representation of color #672E8D: hue angle of 276º degrees, saturation: 0.51, 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 #672E8D is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 46 141 -
CMYK 0.27 0.67 0 0.45
HSL 276º 0.51% 0.37% -
HSV(B) 276º 0.67% 0.55% -
XYZ 11.38 6.76 25.9 -
YUV 73.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 103 46 141 0.27 0.67 0 0.45 276 0.51 0.37
Hex 67 2E 8D 1B 43 0 2D 114 33 25
Octal 147 56 215 33 103 0 55 424 63 45
Binary 1100111 101110 10001101 11011 1000011 0 101101 100010100 110011 100101

Color Harmonies of #672E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672E8D

Black with #672E8D

Text Example


Text Example

White with #672E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672E8D; }

 p { color: rgb(103,46,141); }

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

background-color css

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

 a { background-color: rgb(103,46,141); }

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

border-color css

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

 span { border-color: rgb(103,46,141); }

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