Html Css Color HEX #672985 Kingfisher Daisy

📋 copy color: '#672985'

red 103 ◦ green 41 ◦ blue 133

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

Shades of Kingfisher Daisy #672985

Tints of Kingfisher Daisy #672985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.8%

 BLUE value IS 133 (52.34% from 255) = 48.01%

R = 37.18%
G = 14.8%
B = 48.01%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#672985 (or 0x672985) is known color: Kingfisher Daisy. HEX triplet: 67, 29 and 85. RGB value is (103,41,133). Sum of RGB (Red+Green+Blue) = 103+41+133=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #672985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672985 is #98D67A. Grayscale: #454545. Windows color (decimal): -10016379 or 8726887. OLE color: 8726887.

HSL color Cylindrical-coordinate representation of color #672985: hue angle of 280.43º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #672985 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 41 133 -
CMYK 0.23 0.69 0 0.48
HSL 280.43º 0.53% 0.34% -
HSV(B) 280.43º 0.69% 0.52% -
XYZ 10.62 6.16 22.82 -
YUV 70.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 103 41 133 0.23 0.69 0 0.48 280.43 0.53 0.34
Hex 67 29 85 17 45 0 30 118 35 22
Octal 147 51 205 27 105 0 60 430 65 42
Binary 1100111 101001 10000101 10111 1000101 0 110000 100011000 110101 100010

Color Harmonies of #672985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672985

Black with #672985

Text Example


Text Example

White with #672985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672985; }

 p { color: rgb(103,41,133); }

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

background-color css

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

 a { background-color: rgb(103,41,133); }

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

border-color css

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

 span { border-color: rgb(103,41,133); }

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