Html Css Color HEX #65308A Kingfisher Daisy

📋 copy color: '#65308A'

red 101 ◦ green 48 ◦ blue 138

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

Shades of Kingfisher Daisy #65308A

Tints of Kingfisher Daisy #65308A

RGB

 RED value IS 101 (39.84% from 255) = 35.19%

 GREEN value IS 48 (19.14% from 255) = 16.72%

 BLUE value IS 138 (54.3% from 255) = 48.08%

R = 35.19%
G = 16.72%
B = 48.08%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#65308A (or 0x65308A) is known color: Kingfisher Daisy. HEX triplet: 65, 30 and 8A. RGB value is (101,48,138). Sum of RGB (Red+Green+Blue) = 101+48+138=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #65308A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65308A is #9ACF75. Grayscale: #494949. Windows color (decimal): -10145654 or 9056357. OLE color: 9056357.

HSL color Cylindrical-coordinate representation of color #65308A: hue angle of 275.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65308A is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 48 138 -
CMYK 0.27 0.65 0 0.46
HSL 275.33º 0.48% 0.36% -
HSV(B) 275.33º 0.65% 0.54% -
XYZ 11.01 6.72 24.76 -
YUV 74.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 101 48 138 0.27 0.65 0 0.46 275.33 0.48 0.36
Hex 65 30 8A 1B 41 0 2E 113 30 24
Octal 145 60 212 33 101 0 56 423 60 44
Binary 1100101 110000 10001010 11011 1000001 0 101110 100010011 110000 100100

Color Harmonies of #65308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65308A

Black with #65308A

Text Example


Text Example

White with #65308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65308A; }

 p { color: rgb(101,48,138); }

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

background-color css

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

 a { background-color: rgb(101,48,138); }

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

border-color css

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

 span { border-color: rgb(101,48,138); }

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