Html Css Color HEX #672E8C Kingfisher Daisy

📋 copy color: '#672E8C'

red 103 ◦ green 46 ◦ blue 140

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

Shades of Kingfisher Daisy #672E8C

Tints of Kingfisher Daisy #672E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.44%

R = 35.64%
G = 15.92%
B = 48.44%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#672E8C (or 0x672E8C) is known color: Kingfisher Daisy. HEX triplet: 67, 2E and 8C. RGB value is (103,46,140). Sum of RGB (Red+Green+Blue) = 103+46+140=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #672E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672E8C is #98D173. Grayscale: #494949. Windows color (decimal): -10015092 or 9186919. OLE color: 9186919.

HSL color Cylindrical-coordinate representation of color #672E8C: hue angle of 276.38º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #672E8C is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 46 140 -
CMYK 0.26 0.67 0 0.45
HSL 276.38º 0.51% 0.36% -
HSV(B) 276.38º 0.67% 0.55% -
XYZ 11.3 6.73 25.51 -
YUV 73.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 103 46 140 0.26 0.67 0 0.45 276.38 0.51 0.36
Hex 67 2E 8C 1A 43 0 2D 114 33 24
Octal 147 56 214 32 103 0 55 424 63 44
Binary 1100111 101110 10001100 11010 1000011 0 101101 100010100 110011 100100

Color Harmonies of #672E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672E8C

Black with #672E8C

Text Example


Text Example

White with #672E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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