Html Css Color HEX #674086 Kingfisher Daisy

📋 copy color: '#674086'

red 103 ◦ green 64 ◦ blue 134

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

Shades of Kingfisher Daisy #674086

Tints of Kingfisher Daisy #674086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 44.52%

R = 34.22%
G = 21.26%
B = 44.52%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#674086 (or 0x674086) is known color: Kingfisher Daisy. HEX triplet: 67, 40 and 86. RGB value is (103,64,134). Sum of RGB (Red+Green+Blue) = 103+64+134=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #674086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674086 is #98BF79. Grayscale: #535353. Windows color (decimal): -10010490 or 8798311. OLE color: 8798311.

HSL color Cylindrical-coordinate representation of color #674086: hue angle of 273.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #674086 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 64 134 -
CMYK 0.23 0.52 0 0.47
HSL 273.43º 0.35% 0.39% -
HSV(B) 273.43º 0.52% 0.53% -
XYZ 11.73 8.27 23.53 -
YUV 83.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 103 64 134 0.23 0.52 0 0.47 273.43 0.35 0.39
Hex 67 40 86 17 34 0 2F 111 23 27
Octal 147 100 206 27 64 0 57 421 43 47
Binary 1100111 1000000 10000110 10111 110100 0 101111 100010001 100011 100111

Color Harmonies of #674086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674086

Black with #674086

Text Example


Text Example

White with #674086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674086; }

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

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

background-color css

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

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

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

border-color css

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

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

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