Html Css Color HEX #65447F Kingfisher Daisy

📋 copy color: '#65447F'

red 101 ◦ green 68 ◦ blue 127

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

Shades of Kingfisher Daisy #65447F

Tints of Kingfisher Daisy #65447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.97%

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

R = 34.12%
G = 22.97%
B = 42.91%

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

#65447F (or 0x65447F) is known color: Kingfisher Daisy. HEX triplet: 65, 44 and 7F. RGB value is (101,68,127). Sum of RGB (Red+Green+Blue) = 101+68+127=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #65447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65447F is #9ABB80. Grayscale: #545454. Windows color (decimal): -10140545 or 8340581. OLE color: 8340581.

HSL color Cylindrical-coordinate representation of color #65447F: hue angle of 273.56º 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 #65447F is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 68 127 -
CMYK 0.20 0.46 0 0.50
HSL 273.56º 0.3% 0.38% -
HSV(B) 273.56º 0.46% 0.5% -
XYZ 11.26 8.43 21.11 -
YUV 84.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 101 68 127 0.20 0.46 0 0.50 273.56 0.3 0.38
Hex 65 44 7F 14 2E 0 32 112 1E 26
Octal 145 104 177 24 56 0 62 422 36 46
Binary 1100101 1000100 1111111 10100 101110 0 110010 100010010 11110 100110

Color Harmonies of #65447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65447F

Black with #65447F

Text Example


Text Example

White with #65447F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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