Html Css Color HEX #673485 Kingfisher Daisy

📋 copy color: '#673485'

red 103 ◦ green 52 ◦ blue 133

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

Shades of Kingfisher Daisy #673485

Tints of Kingfisher Daisy #673485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

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

R = 35.76%
G = 18.06%
B = 46.18%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#673485 (or 0x673485) is known color: Kingfisher Daisy. HEX triplet: 67, 34 and 85. RGB value is (103,52,133). Sum of RGB (Red+Green+Blue) = 103+52+133=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #673485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673485 is #98CB7A. Grayscale: #4C4C4C. Windows color (decimal): -10013563 or 8729703. OLE color: 8729703.

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

Color convert

RGB 103 52 133 -
CMYK 0.23 0.61 0 0.48
HSL 277.78º 0.44% 0.36% -
HSV(B) 277.78º 0.61% 0.52% -
XYZ 11.06 7.03 22.97 -
YUV 76.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 103 52 133 0.23 0.61 0 0.48 277.78 0.44 0.36
Hex 67 34 85 17 3D 0 30 116 2C 24
Octal 147 64 205 27 75 0 60 426 54 44
Binary 1100111 110100 10000101 10111 111101 0 110000 100010110 101100 100100

Color Harmonies of #673485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673485

Black with #673485

Text Example


Text Example

White with #673485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673485; }

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

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

background-color css

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

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

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

border-color css

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

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

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