Html Css Color HEX #672085 Kingfisher Daisy

📋 copy color: '#672085'

red 103 ◦ green 32 ◦ blue 133

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

Shades of Kingfisher Daisy #672085

Tints of Kingfisher Daisy #672085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.94%

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

R = 38.43%
G = 11.94%
B = 49.63%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#672085 (or 0x672085) is known color: Kingfisher Daisy. HEX triplet: 67, 20 and 85. RGB value is (103,32,133). Sum of RGB (Red+Green+Blue) = 103+32+133=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #672085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672085 is #98DF7A. Grayscale: #404040. Windows color (decimal): -10018683 or 8724583. OLE color: 8724583.

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

Color convert

RGB 103 32 133 -
CMYK 0.23 0.76 0 0.48
HSL 282.18º 0.61% 0.32% -
HSV(B) 282.18º 0.76% 0.52% -
XYZ 10.34 5.61 22.73 -
YUV 64.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 103 32 133 0.23 0.76 0 0.48 282.18 0.61 0.32
Hex 67 20 85 17 4C 0 30 11A 3D 20
Octal 147 40 205 27 114 0 60 432 75 40
Binary 1100111 100000 10000101 10111 1001100 0 110000 100011010 111101 100000

Color Harmonies of #672085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672085

Black with #672085

Text Example


Text Example

White with #672085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672085; }

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

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

background-color css

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

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

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

border-color css

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

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

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