Html Css Color HEX #651C85 Kingfisher Daisy

📋 copy color: '#651C85'

red 101 ◦ green 28 ◦ blue 133

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

Shades of Kingfisher Daisy #651C85

Tints of Kingfisher Daisy #651C85

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.69%

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

R = 38.55%
G = 10.69%
B = 50.76%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#651C85 (or 0x651C85) is known color: Kingfisher Daisy. HEX triplet: 65, 1C and 85. RGB value is (101,28,133). Sum of RGB (Red+Green+Blue) = 101+28+133=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #651C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651C85 is #9AE37A. Grayscale: #3D3D3D. Windows color (decimal): -10150779 or 8723557. OLE color: 8723557.

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

Color convert

RGB 101 28 133 -
CMYK 0.24 0.79 0 0.48
HSL 281.71º 0.65% 0.32% -
HSV(B) 281.71º 0.79% 0.52% -
XYZ 10.02 5.29 22.68 -
YUV 61.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 101 28 133 0.24 0.79 0 0.48 281.71 0.65 0.32
Hex 65 1C 85 18 4F 0 30 11A 41 20
Octal 145 34 205 30 117 0 60 432 101 40
Binary 1100101 11100 10000101 11000 1001111 0 110000 100011010 1000001 100000

Color Harmonies of #651C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651C85

Black with #651C85

Text Example


Text Example

White with #651C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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