Html Css Color HEX #672D8E Kingfisher Daisy

📋 copy color: '#672D8E'

red 103 ◦ green 45 ◦ blue 142

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

Shades of Kingfisher Daisy #672D8E

Tints of Kingfisher Daisy #672D8E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.52%

 BLUE value IS 142 (55.86% from 255) = 48.97%

R = 35.52%
G = 15.52%
B = 48.97%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#672D8E (or 0x672D8E) is known color: Kingfisher Daisy. HEX triplet: 67, 2D and 8E. RGB value is (103,45,142). Sum of RGB (Red+Green+Blue) = 103+45+142=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #672D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672D8E is #98D271. Grayscale: #494949. Windows color (decimal): -10015346 or 9317735. OLE color: 9317735.

HSL color Cylindrical-coordinate representation of color #672D8E: hue angle of 275.88º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #672D8E is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 45 142 -
CMYK 0.27 0.68 0 0.44
HSL 275.88º 0.52% 0.37% -
HSV(B) 275.88º 0.68% 0.56% -
XYZ 11.41 6.71 26.29 -
YUV 73.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 103 45 142 0.27 0.68 0 0.44 275.88 0.52 0.37
Hex 67 2D 8E 1B 44 0 2C 114 34 25
Octal 147 55 216 33 104 0 54 424 64 45
Binary 1100111 101101 10001110 11011 1000100 0 101100 100010100 110100 100101

Color Harmonies of #672D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672D8E

Black with #672D8E

Text Example


Text Example

White with #672D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,45,142); }

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

background-color css

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

 a { background-color: rgb(103,45,142); }

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

border-color css

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

 span { border-color: rgb(103,45,142); }

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