Html Css Color HEX #674081 Kingfisher Daisy

📋 copy color: '#674081'

red 103 ◦ green 64 ◦ blue 129

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

Shades of Kingfisher Daisy #674081

Tints of Kingfisher Daisy #674081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.58%

R = 34.8%
G = 21.62%
B = 43.58%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#674081 (or 0x674081) is known color: Kingfisher Daisy. HEX triplet: 67, 40 and 81. RGB value is (103,64,129). Sum of RGB (Red+Green+Blue) = 103+64+129=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #674081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674081 is #98BF7E. Grayscale: #525252. Windows color (decimal): -10010495 or 8470631. OLE color: 8470631.

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

Color convert

RGB 103 64 129 -
CMYK 0.20 0.50 0 0.49
HSL 276º 0.34% 0.38% -
HSV(B) 276º 0.5% 0.51% -
XYZ 11.39 8.14 21.74 -
YUV 83.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 103 64 129 0.20 0.50 0 0.49 276 0.34 0.38
Hex 67 40 81 14 32 0 31 114 22 26
Octal 147 100 201 24 62 0 61 424 42 46
Binary 1100111 1000000 10000001 10100 110010 0 110001 100010100 100010 100110

Color Harmonies of #674081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674081

Black with #674081

Text Example


Text Example

White with #674081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674081; }

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

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

background-color css

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

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

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

border-color css

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

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

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