Html Css Color HEX #64238B Kingfisher Daisy

📋 copy color: '#64238B'

red 100 ◦ green 35 ◦ blue 139

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

Shades of Kingfisher Daisy #64238B

Tints of Kingfisher Daisy #64238B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

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

R = 36.5%
G = 12.77%
B = 50.73%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64238B (or 0x64238B) is known color: Kingfisher Daisy. HEX triplet: 64, 23 and 8B. RGB value is (100,35,139). Sum of RGB (Red+Green+Blue) = 100+35+139=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #64238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64238B is #9BDC74. Grayscale: #414141. Windows color (decimal): -10214517 or 9118564. OLE color: 9118564.

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

Color convert

RGB 100 35 139 -
CMYK 0.28 0.75 0 0.45
HSL 277.5º 0.6% 0.34% -
HSV(B) 277.5º 0.75% 0.55% -
XYZ 10.52 5.78 24.99 -
YUV 66.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 100 35 139 0.28 0.75 0 0.45 277.5 0.6 0.34
Hex 64 23 8B 1C 4B 0 2D 116 3C 22
Octal 144 43 213 34 113 0 55 426 74 42
Binary 1100100 100011 10001011 11100 1001011 0 101101 100010110 111100 100010

Color Harmonies of #64238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64238B

Black with #64238B

Text Example


Text Example

White with #64238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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