Html Css Color HEX #672095 Kingfisher Daisy

📋 copy color: '#672095'

red 103 ◦ green 32 ◦ blue 149

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

Shades of Kingfisher Daisy #672095

Tints of Kingfisher Daisy #672095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.46%

R = 36.27%
G = 11.27%
B = 52.46%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#672095 (or 0x672095) is known color: Kingfisher Daisy. HEX triplet: 67, 20 and 95. RGB value is (103,32,149). Sum of RGB (Red+Green+Blue) = 103+32+149=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #672095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672095 is #98DF6A. Grayscale: #424242. Windows color (decimal): -10018667 or 9773159. OLE color: 9773159.

HSL color Cylindrical-coordinate representation of color #672095: hue angle of 276.41º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672095 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 32 149 -
CMYK 0.31 0.79 0 0.42
HSL 276.41º 0.65% 0.35% -
HSV(B) 276.41º 0.79% 0.58% -
XYZ 11.53 6.09 29 -
YUV 66.57 174.52 153.99 -
System Red Green Blue C M Y K H S L
Decimal 103 32 149 0.31 0.79 0 0.42 276.41 0.65 0.35
Hex 67 20 95 1F 4F 0 2A 114 41 23
Octal 147 40 225 37 117 0 52 424 101 43
Binary 1100111 100000 10010101 11111 1001111 0 101010 100010100 1000001 100011

Color Harmonies of #672095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672095

Black with #672095

Text Example


Text Example

White with #672095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672095; }

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

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

background-color css

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

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

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

border-color css

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

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

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