Html Css Color HEX #651E85 Kingfisher Daisy

📋 copy color: '#651E85'

red 101 ◦ green 30 ◦ blue 133

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

Shades of Kingfisher Daisy #651E85

Tints of Kingfisher Daisy #651E85

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.36%

 BLUE value IS 133 (52.34% from 255) = 50.38%

R = 38.26%
G = 11.36%
B = 50.38%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#651E85 (or 0x651E85) is known color: Kingfisher Daisy. HEX triplet: 65, 1E and 85. RGB value is (101,30,133). Sum of RGB (Red+Green+Blue) = 101+30+133=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #651E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651E85 is #9AE17A. Grayscale: #3E3E3E. Windows color (decimal): -10150267 or 8724069. OLE color: 8724069.

HSL color Cylindrical-coordinate representation of color #651E85: hue angle of 281.36º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #651E85 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 30 133 -
CMYK 0.24 0.77 0 0.48
HSL 281.36º 0.63% 0.32% -
HSV(B) 281.36º 0.77% 0.52% -
XYZ 10.06 5.39 22.7 -
YUV 62.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 101 30 133 0.24 0.77 0 0.48 281.36 0.63 0.32
Hex 65 1E 85 18 4D 0 30 119 3F 20
Octal 145 36 205 30 115 0 60 431 77 40
Binary 1100101 11110 10000101 11000 1001101 0 110000 100011001 111111 100000

Color Harmonies of #651E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651E85

Black with #651E85

Text Example


Text Example

White with #651E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651E85; }

 p { color: rgb(101,30,133); }

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

background-color css

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

 a { background-color: rgb(101,30,133); }

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

border-color css

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

 span { border-color: rgb(101,30,133); }

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