Html Css Color HEX #614082 Kingfisher Daisy

📋 copy color: '#614082'

red 97 ◦ green 64 ◦ blue 130

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

Shades of Kingfisher Daisy #614082

Tints of Kingfisher Daisy #614082

RGB

 RED value IS 97 (38.28% from 255) = 33.33%

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

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

R = 33.33%
G = 21.99%
B = 44.67%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#614082 (or 0x614082) is known color: Kingfisher Daisy. HEX triplet: 61, 40 and 82. RGB value is (97,64,130). Sum of RGB (Red+Green+Blue) = 97+64+130=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #614082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614082 is #9EBF7D. Grayscale: #515151. Windows color (decimal): -10403710 or 8536161. OLE color: 8536161.

HSL color Cylindrical-coordinate representation of color #614082: hue angle of 270º 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 #614082 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 64 130 -
CMYK 0.25 0.51 0 0.49
HSL 270º 0.34% 0.38% -
HSV(B) 270º 0.51% 0.51% -
XYZ 10.79 7.82 22.06 -
YUV 81.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 97 64 130 0.25 0.51 0 0.49 270 0.34 0.38
Hex 61 40 82 19 33 0 31 10E 22 26
Octal 141 100 202 31 63 0 61 416 42 46
Binary 1100001 1000000 10000010 11001 110011 0 110001 100001110 100010 100110

Color Harmonies of #614082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614082

Black with #614082

Text Example


Text Example

White with #614082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614082; }

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

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

background-color css

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

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

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

border-color css

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

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

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