Html Css Color HEX #64368B Kingfisher Daisy

📋 copy color: '#64368B'

red 100 ◦ green 54 ◦ blue 139

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

Shades of Kingfisher Daisy #64368B

Tints of Kingfisher Daisy #64368B

RGB

 RED value IS 100 (39.45% from 255) = 34.13%

 GREEN value IS 54 (21.48% from 255) = 18.43%

 BLUE value IS 139 (54.69% from 255) = 47.44%

R = 34.13%
G = 18.43%
B = 47.44%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64368B (or 0x64368B) is known color: Kingfisher Daisy. HEX triplet: 64, 36 and 8B. RGB value is (100,54,139). Sum of RGB (Red+Green+Blue) = 100+54+139=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #64368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64368B is #9BC974. Grayscale: #4D4D4D. Windows color (decimal): -10209653 or 9123428. OLE color: 9123428.

HSL color Cylindrical-coordinate representation of color #64368B: hue angle of 272.47º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64368B is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 54 139 -
CMYK 0.28 0.61 0 0.45
HSL 272.47º 0.44% 0.38% -
HSV(B) 272.47º 0.61% 0.55% -
XYZ 11.23 7.21 25.23 -
YUV 77.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 100 54 139 0.28 0.61 0 0.45 272.47 0.44 0.38
Hex 64 36 8B 1C 3D 0 2D 110 2C 26
Octal 144 66 213 34 75 0 55 420 54 46
Binary 1100100 110110 10001011 11100 111101 0 101101 100010000 101100 100110

Color Harmonies of #64368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64368B

Black with #64368B

Text Example


Text Example

White with #64368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64368B; }

 p { color: rgb(100,54,139); }

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

background-color css

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

 a { background-color: rgb(100,54,139); }

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

border-color css

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

 span { border-color: rgb(100,54,139); }

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