Html Css Color HEX #672094 Kingfisher Daisy

📋 copy color: '#672094'

red 103 ◦ green 32 ◦ blue 148

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

Shades of Kingfisher Daisy #672094

Tints of Kingfisher Daisy #672094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.3%

R = 36.4%
G = 11.31%
B = 52.3%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#672094 (or 0x672094) is known color: Kingfisher Daisy. HEX triplet: 67, 20 and 94. RGB value is (103,32,148). Sum of RGB (Red+Green+Blue) = 103+32+148=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #672094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672094 is #98DF6B. Grayscale: #424242. Windows color (decimal): -10018668 or 9707623. OLE color: 9707623.

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

Color convert

RGB 103 32 148 -
CMYK 0.30 0.78 0 0.42
HSL 276.72º 0.64% 0.35% -
HSV(B) 276.72º 0.78% 0.58% -
XYZ 11.46 6.05 28.58 -
YUV 66.45 174.02 154.07 -
System Red Green Blue C M Y K H S L
Decimal 103 32 148 0.30 0.78 0 0.42 276.72 0.64 0.35
Hex 67 20 94 1E 4E 0 2A 115 40 23
Octal 147 40 224 36 116 0 52 425 100 43
Binary 1100111 100000 10010100 11110 1001110 0 101010 100010101 1000000 100011

Color Harmonies of #672094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672094

Black with #672094

Text Example


Text Example

White with #672094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672094; }

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

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

background-color css

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

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

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

border-color css

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

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

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