Html Css Color HEX #672385 Kingfisher Daisy

📋 copy color: '#672385'

red 103 ◦ green 35 ◦ blue 133

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

Shades of Kingfisher Daisy #672385

Tints of Kingfisher Daisy #672385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.92%

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

R = 38.01%
G = 12.92%
B = 49.08%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#672385 (or 0x672385) is known color: Kingfisher Daisy. HEX triplet: 67, 23 and 85. RGB value is (103,35,133). Sum of RGB (Red+Green+Blue) = 103+35+133=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #672385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672385 is #98DC7A. Grayscale: #424242. Windows color (decimal): -10017915 or 8725351. OLE color: 8725351.

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

Color convert

RGB 103 35 133 -
CMYK 0.23 0.74 0 0.48
HSL 281.63º 0.58% 0.33% -
HSV(B) 281.63º 0.74% 0.52% -
XYZ 10.43 5.78 22.76 -
YUV 66.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 103 35 133 0.23 0.74 0 0.48 281.63 0.58 0.33
Hex 67 23 85 17 4A 0 30 11A 3A 21
Octal 147 43 205 27 112 0 60 432 72 41
Binary 1100111 100011 10000101 10111 1001010 0 110000 100011010 111010 100001

Color Harmonies of #672385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672385

Black with #672385

Text Example


Text Example

White with #672385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672385; }

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

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

background-color css

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

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

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

border-color css

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

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

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