Html Css Color HEX #673085 Kingfisher Daisy

📋 copy color: '#673085'

red 103 ◦ green 48 ◦ blue 133

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

Shades of Kingfisher Daisy #673085

Tints of Kingfisher Daisy #673085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

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

R = 36.27%
G = 16.9%
B = 46.83%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#673085 (or 0x673085) is known color: Kingfisher Daisy. HEX triplet: 67, 30 and 85. RGB value is (103,48,133). Sum of RGB (Red+Green+Blue) = 103+48+133=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #673085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673085 is #98CF7A. Grayscale: #494949. Windows color (decimal): -10014587 or 8728679. OLE color: 8728679.

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

Color convert

RGB 103 48 133 -
CMYK 0.23 0.64 0 0.48
HSL 278.82º 0.47% 0.35% -
HSV(B) 278.82º 0.64% 0.52% -
XYZ 10.88 6.69 22.91 -
YUV 74.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 103 48 133 0.23 0.64 0 0.48 278.82 0.47 0.35
Hex 67 30 85 17 40 0 30 117 2F 23
Octal 147 60 205 27 100 0 60 427 57 43
Binary 1100111 110000 10000101 10111 1000000 0 110000 100010111 101111 100011

Color Harmonies of #673085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673085

Black with #673085

Text Example


Text Example

White with #673085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673085; }

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

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

background-color css

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

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

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

border-color css

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

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

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