Html Css Color HEX #672185 Kingfisher Daisy

📋 copy color: '#672185'

red 103 ◦ green 33 ◦ blue 133

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

Shades of Kingfisher Daisy #672185

Tints of Kingfisher Daisy #672185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.27%

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

R = 38.29%
G = 12.27%
B = 49.44%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#672185 (or 0x672185) is known color: Kingfisher Daisy. HEX triplet: 67, 21 and 85. RGB value is (103,33,133). Sum of RGB (Red+Green+Blue) = 103+33+133=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #672185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672185 is #98DE7A. Grayscale: #414141. Windows color (decimal): -10018427 or 8724839. OLE color: 8724839.

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

Color convert

RGB 103 33 133 -
CMYK 0.23 0.75 0 0.48
HSL 282º 0.6% 0.33% -
HSV(B) 282º 0.75% 0.52% -
XYZ 10.37 5.66 22.74 -
YUV 65.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 103 33 133 0.23 0.75 0 0.48 282 0.6 0.33
Hex 67 21 85 17 4B 0 30 11A 3C 21
Octal 147 41 205 27 113 0 60 432 74 41
Binary 1100111 100001 10000101 10111 1001011 0 110000 100011010 111100 100001

Color Harmonies of #672185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672185

Black with #672185

Text Example


Text Example

White with #672185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672185; }

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

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

background-color css

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

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

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

border-color css

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

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

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