Html Css Color HEX #672585 Kingfisher Daisy

📋 copy color: '#672585'

red 103 ◦ green 37 ◦ blue 133

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

Shades of Kingfisher Daisy #672585

Tints of Kingfisher Daisy #672585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.55%

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

R = 37.73%
G = 13.55%
B = 48.72%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#672585 (or 0x672585) is known color: Kingfisher Daisy. HEX triplet: 67, 25 and 85. RGB value is (103,37,133). Sum of RGB (Red+Green+Blue) = 103+37+133=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #672585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672585 is #98DA7A. Grayscale: #434343. Windows color (decimal): -10017403 or 8725863. OLE color: 8725863.

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

Color convert

RGB 103 37 133 -
CMYK 0.23 0.72 0 0.48
HSL 281.25º 0.56% 0.33% -
HSV(B) 281.25º 0.72% 0.52% -
XYZ 10.49 5.9 22.78 -
YUV 67.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 103 37 133 0.23 0.72 0 0.48 281.25 0.56 0.33
Hex 67 25 85 17 48 0 30 119 38 21
Octal 147 45 205 27 110 0 60 431 70 41
Binary 1100111 100101 10000101 10111 1001000 0 110000 100011001 111000 100001

Color Harmonies of #672585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672585

Black with #672585

Text Example


Text Example

White with #672585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672585; }

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

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

background-color css

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

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

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

border-color css

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

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

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