Html Css Color HEX #674082 Kingfisher Daisy

📋 copy color: '#674082'

red 103 ◦ green 64 ◦ blue 130

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

Shades of Kingfisher Daisy #674082

Tints of Kingfisher Daisy #674082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

 BLUE value IS 130 (51.17% from 255) = 43.77%

R = 34.68%
G = 21.55%
B = 43.77%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#674082 (or 0x674082) is known color: Kingfisher Daisy. HEX triplet: 67, 40 and 82. RGB value is (103,64,130). Sum of RGB (Red+Green+Blue) = 103+64+130=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #674082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674082 is #98BF7D. Grayscale: #525252. Windows color (decimal): -10010494 or 8536167. OLE color: 8536167.

HSL color Cylindrical-coordinate representation of color #674082: hue angle of 275.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #674082 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 64 130 -
CMYK 0.21 0.51 0 0.49
HSL 275.45º 0.34% 0.38% -
HSV(B) 275.45º 0.51% 0.51% -
XYZ 11.46 8.16 22.09 -
YUV 83.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 103 64 130 0.21 0.51 0 0.49 275.45 0.34 0.38
Hex 67 40 82 15 33 0 31 113 22 26
Octal 147 100 202 25 63 0 61 423 42 46
Binary 1100111 1000000 10000010 10101 110011 0 110001 100010011 100010 100110

Color Harmonies of #674082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674082

Black with #674082

Text Example


Text Example

White with #674082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674082; }

 p { color: rgb(103,64,130); }

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

background-color css

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

 a { background-color: rgb(103,64,130); }

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

border-color css

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

 span { border-color: rgb(103,64,130); }

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