Html Css Color HEX #65457F Kingfisher Daisy

📋 copy color: '#65457F'

red 101 ◦ green 69 ◦ blue 127

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

Shades of Kingfisher Daisy #65457F

Tints of Kingfisher Daisy #65457F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.23%

 BLUE value IS 127 (50% from 255) = 42.76%

R = 34.01%
G = 23.23%
B = 42.76%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#65457F (or 0x65457F) is known color: Kingfisher Daisy. HEX triplet: 65, 45 and 7F. RGB value is (101,69,127). Sum of RGB (Red+Green+Blue) = 101+69+127=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #65457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65457F is #9ABA80. Grayscale: #545454. Windows color (decimal): -10140289 or 8340837. OLE color: 8340837.

HSL color Cylindrical-coordinate representation of color #65457F: hue angle of 273.1º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65457F is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 69 127 -
CMYK 0.20 0.46 0 0.50
HSL 273.1º 0.3% 0.38% -
HSV(B) 273.1º 0.46% 0.5% -
XYZ 11.33 8.56 21.13 -
YUV 85.18 151.6 139.28 -
System Red Green Blue C M Y K H S L
Decimal 101 69 127 0.20 0.46 0 0.50 273.1 0.3 0.38
Hex 65 45 7F 14 2E 0 32 111 1E 26
Octal 145 105 177 24 56 0 62 421 36 46
Binary 1100101 1000101 1111111 10100 101110 0 110010 100010001 11110 100110

Color Harmonies of #65457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65457F

Black with #65457F

Text Example


Text Example

White with #65457F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65457F; }

 p { color: rgb(101,69,127); }

 H1.HeaderClassName
 {
   color: #65457F;
 }
 .AnyTagClassName
 {
   color: #65457F;
 }
</style>

background-color css

<style>
 a { background-color: #65457F; }

 a { background-color: rgb(101,69,127); }

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

border-color css

<style>
 span { border-color: #65457F; }

 span { border-color: rgb(101,69,127); }

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